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