diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 057b1c4..62674f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v3 with: cache: true env: @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v3 with: cache: true env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fa9cd8..c0859d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Set up mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v3 with: cache: true env: