From f9687519410d961ec287c44b93adeb2e7732119f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:33:54 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4 --- .github/workflows/version-cut.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-cut.yml b/.github/workflows/version-cut.yml index 987932c..50dd174 100644 --- a/.github/workflows/version-cut.yml +++ b/.github/workflows/version-cut.yml @@ -43,7 +43,7 @@ jobs: fi echo "version=$RAW" >> "$GITHUB_OUTPUT" - - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 + - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4 - run: npm ci - name: Sync CRD schemas at the released tag