From ac89b1be177e9f66f4ee071b2d65e468f16cb4fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:34:07 +0000 Subject: [PATCH] chore(ci): 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.0.1 to 4.1.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/1648a7812b9aeae629881980618f079932869151...dba19683ed58901619b14f395a24841710cb4925) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index f41ff9c..261956d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Setup mise - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 + uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 with: cache: true github_token: ${{ secrets.GITHUB_TOKEN }} @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Setup mise - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 + uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 with: cache: true github_token: ${{ secrets.GITHUB_TOKEN }} @@ -93,7 +93,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Setup mise - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 + uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 with: cache: true github_token: ${{ secrets.GITHUB_TOKEN }} @@ -133,7 +133,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Setup mise - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 + uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 with: cache: true github_token: ${{ secrets.GITHUB_TOKEN }}