From 239696dc9c5fbf0716420f9dcc8303420b73fa93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 13:32:46 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4.2.4 --- .github/workflows/helm-docs.yml | 2 +- .github/workflows/helm-test.yml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/verify.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/helm-docs.yml b/.github/workflows/helm-docs.yml index 194a65f..ee7072f 100644 --- a/.github/workflows/helm-docs.yml +++ b/.github/workflows/helm-docs.yml @@ -18,7 +18,7 @@ jobs: # the exact same generator as `Update Release Docs` and local dev — a # version mismatch would reformat the README and fail this check. - name: Set up tools via mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 - name: Show helm-docs version run: helm-docs --version diff --git a/.github/workflows/helm-test.yml b/.github/workflows/helm-test.yml index 7c1a006..fdbd750 100644 --- a/.github/workflows/helm-test.yml +++ b/.github/workflows/helm-test.yml @@ -14,7 +14,7 @@ jobs: # Installs the tools pinned in mise.toml (notably helm) so CI matches # what developers run locally. - name: Set up tools via mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 - name: Install helm-unittest plugin run: helm plugin install --verify=false https://github.com/helm-unittest/helm-unittest --version v1.1.1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 282a44e..ec8eeda 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -72,7 +72,7 @@ jobs: - name: Set up tools via mise if: steps.release.outputs.prs_created == 'true' - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 - name: Regenerate and push helm-docs if: steps.release.outputs.prs_created == 'true' diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 4ba63ec..e24e208 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -16,7 +16,7 @@ jobs: # Installs node at the version pinned in mise.toml, matching local dev # and the other workflows. - name: Set up tools via mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 # `npm ci` installs the exact versions from package-lock.json, so the # linter can't drift between runs.