From b5e255d95bce7ee8e19bd009e236c417bf3ac415 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 17:11:12 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v3 --- .github/workflows/check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 4d6e6fd..5601a18 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -46,7 +46,7 @@ jobs: echo "has_conflicts=false" >> "$GITHUB_OUTPUT" - name: Install mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v3 - name: Run format id: format @@ -93,7 +93,7 @@ jobs: fetch-depth: 0 - name: Install mise and tools - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v3 with: install_args: 'grype trivy syft gitleaks trufflehog checkov aqua:secretlint/secretlint'