From 8b390214b3ddb79ac9ebaaa85dedb7939fd243ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 08:23:06 +0000 Subject: [PATCH] Bump jdx/mise-action from 2.4.4 to 4.3.0 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2.4.4 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/c37c93293d6b742fc901e1406b8f764f6fb19dac...c2a87611a18de5b3828c5652fe268e992400cb5c) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fdfb46..a650d38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 - name: Install toolchain - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 - name: Install dependencies @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 - name: Install toolchain - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 - name: Scan repository run: mise run gate