From 6aa0b4dde713b1344cbd6114d018a16b0c15a8c7 Mon Sep 17 00:00:00 2001 From: "pulumi-provider-automation[bot]" <248966057+pulumi-provider-automation[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 06:04:28 +0000 Subject: [PATCH] Update GitHub Actions workflows. (#765) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit ee5e1047ced9aa4de854f25974720cb5d4243799. Co-authored-by: Pulumi Bot --- .github/actions/setup-tools/action.yml | 5 ++--- .github/workflows/claude.yml | 5 ++--- .github/workflows/lint.yml | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/actions/setup-tools/action.yml b/.github/actions/setup-tools/action.yml index c0a4659..c30ff4c 100644 --- a/.github/actions/setup-tools/action.yml +++ b/.github/actions/setup-tools/action.yml @@ -14,14 +14,13 @@ runs: using: "composite" steps: - name: Setup mise - uses: blampe/mise-action@blampe/plugins + uses: jdx/mise-action@c1a019b8d2586943b4dbebc456323b516910e310 env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: - version: 2026.1.1 + version: 2026.2.10 cache_save: ${{ inputs.cache }} github_token: ${{ inputs.github_token }} - plugin_install: https://github.com/pulumi/vfox-pulumi - name: Setup Go Cache uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 5859931..e08bc48 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -56,13 +56,12 @@ jobs: PR_NUMBER: ${{ github.event.pull_request.number || github.event.issue.number }} run: gh pr checkout "$PR_NUMBER" - name: Setup mise - uses: blampe/mise-action@blampe/plugins + uses: jdx/mise-action@c1a019b8d2586943b4dbebc456323b516910e310 env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: - version: 2026.1.1 + version: 2026.2.10 github_token: ${{ secrets.GITHUB_TOKEN }} - plugin_install: https://github.com/pulumi/vfox-pulumi # only saving the cache in the prerequisites job cache_save: false - name: Prepare local workspace diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f86c5d6..7eff700 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -51,13 +51,12 @@ jobs: private-key: ${{ steps.esc-secrets.outputs.PULUMI_PROVIDER_AUTOMATION_PRIVATE_KEY }} owner: ${{ github.repository_owner }} - name: Setup mise - uses: blampe/mise-action@blampe/plugins + uses: jdx/mise-action@c1a019b8d2586943b4dbebc456323b516910e310 env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: - version: 2026.1.1 + version: 2026.2.10 github_token: ${{ steps.app-auth.outputs.token }} - plugin_install: https://github.com/pulumi/vfox-pulumi cache_save: false # A different job handles caching our tools. - name: prepare workspace continue-on-error: true