From 4d7fd6ef3cd802a4c3fa2a8d2f5febe4d576d77e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:33:08 +0000 Subject: [PATCH] Bump jdx/mise-action from 3.6.3 to 4.1.0 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 3.6.3 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/5228313ee0372e111a38da051671ca30fc5a96db...dba19683ed58901619b14f395a24841710cb4925) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/pages.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ba7e68..f830326 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up tools - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 + uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 - name: Run checks run: mise run ci diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c934d2d..2964491 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up tools - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 + uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 - name: Build docs run: mise run docs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38c7501..440c845 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up tools - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3 + uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0 - name: Build package run: mise run build