From 748138f3f969f294e9ecda0554bba7c1a4cee1cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 16:16:18 +0000 Subject: [PATCH] :arrow_up: (deps): Update jdx/mise-action action to v4 --- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 75619a0..154d9e4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout code uses: actions/checkout@v6 - name: Setup mise-en-place - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 with: experimental: true - name: Check code diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f33c453..b88f840 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - name: Setup mise-en-place - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 with: experimental: true - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies