From 4ba5f703d41965fc26e9c85ce1a19b5cc933d25a Mon Sep 17 00:00:00 2001 From: "pulumi-provider-automation[bot]" <248966057+pulumi-provider-automation[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:32:46 +0000 Subject: [PATCH] Update GitHub Actions workflows. (#838) This PR was triggered by @t0yv0 generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit [f19d25e099c54e3ca45528e9e2348cf6873c5534](https://github.com/pulumi/ci-mgmt/commit/f19d25e099c54e3ca45528e9e2348cf6873c5534). Co-authored-by: Pulumi Bot --- .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 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: