From 9e4dd1751720fa2da19e25ff42cff1985568f1d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 13:37:06 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4.2.4 --- .github/workflows/code_checks.yml | 4 ++-- .github/workflows/publish_docs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'}}