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'