From 96b9de72a51aef64bf3d0448890714be762b8a28 Mon Sep 17 00:00:00 2001 From: "pulumi-provider-automation[bot]" <248966057+pulumi-provider-automation[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:29:59 +0000 Subject: [PATCH] Update GitHub Actions workflows. (#831) This PR was triggered by @t0yv0 generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit [fbb025ea2dd9c071a4b0a626d092c4104fc57644](https://github.com/pulumi/ci-mgmt/commit/fbb025ea2dd9c071a4b0a626d092c4104fc57644). 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 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: