From c7b8a4b502ead040f3e07391794e766b3b6e51c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 08:02:48 +0000 Subject: [PATCH] Build(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/3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518...c2a87611a18de5b3828c5652fe268e992400cb5c) --- 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/deny.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deny.yml b/.github/workflows/deny.yml index 4b44280..8e0c396 100644 --- a/.github/workflows/deny.yml +++ b/.github/workflows/deny.yml @@ -18,7 +18,7 @@ jobs: persist-credentials: false - name: Setup Mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 env: MISE_JOBS: 4 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4300be8..ee13963 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: components: clippy, rustfmt - name: Setup Mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 env: MISE_JOBS: 4 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3729d26..bbfd2cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: toolchain: stable - name: Setup Mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 env: MISE_JOBS: 4 with: