diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index c93959d..faf42df 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -46,7 +46,7 @@ jobs: with: persist-credentials: false - - uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 + - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: install: true cache: ${{ vars.MISE_CACHE_ENABLED || 'true'}} @@ -129,7 +129,7 @@ jobs: # Caches are disabled on release runs so that a poisoned cache entry # cannot influence the distribution published to (Test)PyPI. - - uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 + - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: install: true cache: ${{ steps.detect-release.outputs.is_release == 'true' && 'false' || vars.MISE_CACHE_ENABLED || 'true' }} diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index 9c29b14..98da805 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -44,7 +44,7 @@ jobs: # Credentials must be persisted: `mkdocs gh-deploy` pushes to gh-pages. persist-credentials: true # zizmor: ignore[artipacked] - - uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 + - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: install: true cache: ${{ vars.MISE_CACHE_ENABLED || 'true'}}