From c06d01e29c947ac699a34e3bacdffcad550c87a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:08:52 +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.3 to 4.2.4 - [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.3...v4.2.4) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch 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 b1d4e8e..eda2406 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.3 + uses: jdx/mise-action@v4.2.4 with: experimental: true @@ -58,7 +58,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@v4.2.3 + uses: jdx/mise-action@v4.2.4 # 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.3 + uses: jdx/mise-action@v4.2.4 # 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.3 + uses: jdx/mise-action@v4.2.4 - name: Build project run: mise run build @@ -251,7 +251,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@v4.2.3 + uses: jdx/mise-action@v4.2.4 - name: Build project run: go build -v ./... @@ -273,7 +273,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@v4.2.3 + uses: jdx/mise-action@v4.2.4 - 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 7af6e85..04d3e9d 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.3 + uses: jdx/mise-action@v4.2.4 with: experimental: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ba50089..de76124 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.3 + uses: jdx/mise-action@v4.2.4 - name: Setup Go uses: actions/setup-go@v7