From 4dc11fca95988cb851fefaff5bbe4dc6c0648592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:08:50 +0000 Subject: [PATCH] ci(deps): bump jdx/mise-action in the github-actions group Bumps the github-actions group with 1 update: [jdx/mise-action](https://github.com/jdx/mise-action). Updates `jdx/mise-action` from 4.2.5 to 4.3.0 - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/jdx/mise-action/compare/v4.2.5...v4.3.0) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 12 ++++++------ .github/workflows/dependabot-tidy.yml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b860465..caac415 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@v4.2.5 + uses: jdx/mise-action@v4.3.0 with: experimental: true @@ -58,7 +58,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@v4.2.5 + uses: jdx/mise-action@v4.3.0 # Verify Docker is available for testcontainers (Ubuntu only) - name: Verify Docker availability @@ -112,7 +112,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@v4.2.5 + uses: jdx/mise-action@v4.3.0 # Verify Docker is available for testcontainers - name: Verify Docker availability @@ -230,7 +230,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@v4.2.5 + uses: jdx/mise-action@v4.3.0 - name: Build project run: mise run build @@ -251,7 +251,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@v4.2.5 + uses: jdx/mise-action@v4.3.0 - name: Build project run: go build -v ./... @@ -273,7 +273,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@v4.2.5 + uses: jdx/mise-action@v4.3.0 - name: Run CLI integration tests run: mise run test-cli diff --git a/.github/workflows/dependabot-tidy.yml b/.github/workflows/dependabot-tidy.yml index 0eeca91..af3d0f7 100644 --- a/.github/workflows/dependabot-tidy.yml +++ b/.github/workflows/dependabot-tidy.yml @@ -26,7 +26,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@v4.2.5 + uses: jdx/mise-action@v4.3.0 with: experimental: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1c87799..2e43e7f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Install mise - uses: jdx/mise-action@v4.2.5 + uses: jdx/mise-action@v4.3.0 - name: Setup Go uses: actions/setup-go@v7