From af80a3c212b942403ab818ae51f92acb441446af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 06:43:25 +0000 Subject: [PATCH] Bump jdx/mise-action from 2.4.4 to 4.0.1 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2.4.4 to 4.0.1. - [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...1648a7812b9aeae629881980618f079932869151) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.0.1 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 0f4fe84..3823909 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install mise - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 + uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 - name: Run shellcheck run: mise run lint @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install mise - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 + uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 - name: Run tests run: mise run test