From e8cd6bacbed58f6e9af41b46c9992687e3212910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 09:14:13 +0000 Subject: [PATCH] ci(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [jdx/mise-action](https://github.com/jdx/mise-action) and [codecov/codecov-action](https://github.com/codecov/codecov-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) Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5...v6) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 14 +++++++------- .github/workflows/dependabot-tidy.yml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1886005..8046cda 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 @@ -208,7 +208,7 @@ jobs: coverage-summary.md - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out @@ -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