From 32e077c93da7ffe7be93cb7d336f4549cfc8eb8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 07:03:43 +0000 Subject: [PATCH] build(deps): bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [jdx/mise-action](https://github.com/jdx/mise-action). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `jdx/mise-action` from 4 to 4.2.3 - [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...v4.2.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: jdx/mise-action dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72baa79..5b2a355 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,8 +13,8 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v6 - - uses: jdx/mise-action@v4 + - uses: actions/checkout@v7 + - uses: jdx/mise-action@v4.2.3 with: cache_key_prefix: mise-test - run: mise run test @@ -25,8 +25,8 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v6 - - uses: jdx/mise-action@v4 + - uses: actions/checkout@v7 + - uses: jdx/mise-action@v4.2.3 with: cache_key_prefix: mise-lint - run: mise run check:staticcheck @@ -50,8 +50,8 @@ jobs: outputs: version: ${{ steps.build-push-sign.outputs.version }} steps: - - uses: actions/checkout@v6 - - uses: jdx/mise-action@v4 + - uses: actions/checkout@v7 + - uses: jdx/mise-action@v4.2.3 with: cache_key_prefix: mise-build-push - run: mise run build:testapp