From f864eda3e0f914de3168f1f5e8303dc375903b7e Mon Sep 17 00:00:00 2001 From: "pulumi-provider-automation[bot]" <248966057+pulumi-provider-automation[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 06:32:36 +0000 Subject: [PATCH] Update GitHub Actions workflows. (#834) This PR was triggered by @t0yv0 generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit [3b016890d44c5e5e2e184c4b10b07484d9708cc3](https://github.com/pulumi/ci-mgmt/commit/3b016890d44c5e5e2e184c4b10b07484d9708cc3). 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 b8faa97..1a29e1a 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@1c5f70fd400ce6c745085c93ea80026272f8d346 + uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6 env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index a44b0da..cd1b87d 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@1c5f70fd400ce6c745085c93ea80026272f8d346 + uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6 env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d818b4e..e3c7991 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@1c5f70fd400ce6c745085c93ea80026272f8d346 + uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6 env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: