From 7c58a863dd7521d3e009c3a9ac2b13821cdda49a Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Fri, 1 May 2026 06:27:34 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- .github/actions/setup-tools/action.yml | 2 +- .github/workflows/claude.yml | 2 +- .github/workflows/lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-tools/action.yml b/.github/actions/setup-tools/action.yml index 1a29e1a..e6c1d38 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@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6 + uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84 env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index cd1b87d..2f68989 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@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6 + uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84 env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e3c7991..0400ff0 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@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6 + uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84 env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: