From 93cce86d55c4f33201dbbf4780d6e1f48a0c62c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:16:03 +0000 Subject: [PATCH] ci(deps): bump jdx/mise-action from 3 to 4 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 3 to 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/v3...v4) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major 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 1886005..97d9bf2 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@v3 + uses: jdx/mise-action@v4 with: experimental: true @@ -58,7 +58,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 # 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@v3 + uses: jdx/mise-action@v4 # Verify Docker is available for testcontainers - name: Verify Docker availability @@ -230,7 +230,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 - name: Build project run: mise run build @@ -251,7 +251,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 - name: Build project run: go build -v ./... @@ -273,7 +273,7 @@ jobs: cache: true - name: Install mise - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 - 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 aa134c8..da5bcc1 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@v3 + uses: jdx/mise-action@v4 with: experimental: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b20bff6..1da546f 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@v3 + uses: jdx/mise-action@v4 - name: Setup Go uses: actions/setup-go@v6