From eb640a3930b467124c264e1874c5f09116b8db1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 18:54:37 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4 --- template/.github/workflows/bench.yaml | 2 +- template/.github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.github/workflows/bench.yaml b/template/.github/workflows/bench.yaml index f18166e..b8b240d 100644 --- a/template/.github/workflows/bench.yaml +++ b/template/.github/workflows/bench.yaml @@ -56,7 +56,7 @@ jobs: - name: Setup Python uses: liblaf/actions/setup-python@v1 - name: Install Mise - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 - name: Bench uses: CodSpeedHQ/action@v4 with: diff --git a/template/.github/workflows/test.yaml b/template/.github/workflows/test.yaml index 9f264e7..5039456 100644 --- a/template/.github/workflows/test.yaml +++ b/template/.github/workflows/test.yaml @@ -64,7 +64,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install Mise - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 - name: Test run: mise run test - if: success() || failure()