diff --git a/.github/actions/setup-tools/action.yml b/.github/actions/setup-tools/action.yml index 4ab7634..b8faa97 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@5ad13376e30bbca3721f7f33f25bc0baff52c02d + uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346 env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 6ad52db..280723d 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@5ad13376e30bbca3721f7f33f25bc0baff52c02d + uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346 env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index be21585..d818b4e 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@5ad13376e30bbca3721f7f33f25bc0baff52c02d + uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346 env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: