diff --git a/.github/actions/setup-tools/action.yml b/.github/actions/setup-tools/action.yml index 436458b..ac9999b 100644 --- a/.github/actions/setup-tools/action.yml +++ b/.github/actions/setup-tools/action.yml @@ -14,7 +14,7 @@ runs: using: "composite" steps: - name: Setup mise - uses: jdx/mise-action@b9e293457e56d4673e497f4e094a64273db23835 + uses: jdx/mise-action@c6a35e2d7dc8cf1493e7465af7460b4748cd4806 env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 4c452ec..b07a43c 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -56,7 +56,7 @@ jobs: PR_NUMBER: ${{ github.event.pull_request.number || github.event.issue.number }} run: gh pr checkout "$PR_NUMBER" - name: Setup mise - uses: jdx/mise-action@b9e293457e56d4673e497f4e094a64273db23835 + uses: jdx/mise-action@c6a35e2d7dc8cf1493e7465af7460b4748cd4806 env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a454582..f2809c8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -49,7 +49,7 @@ jobs: private-key: ${{ steps.esc-secrets.outputs.PULUMI_PROVIDER_AUTOMATION_PRIVATE_KEY }} owner: ${{ github.repository_owner }} - name: Setup mise - uses: jdx/mise-action@b9e293457e56d4673e497f4e094a64273db23835 + uses: jdx/mise-action@c6a35e2d7dc8cf1493e7465af7460b4748cd4806 env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: