From 583183d5e6ad53df3547802997318bc44c8e07c7 Mon Sep 17 00:00:00 2001 From: "pulumi-provider-automation[bot]" <248966057+pulumi-provider-automation[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 06:02:18 +0000 Subject: [PATCH] Update GitHub Actions workflows. (#768) This PR was triggered by @t0yv0 generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit [cf7cafe004bfe263736eb8a33fbeead26cc57b58](https://github.com/pulumi/ci-mgmt/commit/cf7cafe004bfe263736eb8a33fbeead26cc57b58). 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 c30ff4c..f428295 100644 --- a/.github/actions/setup-tools/action.yml +++ b/.github/actions/setup-tools/action.yml @@ -18,7 +18,7 @@ runs: env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: - version: 2026.2.10 + version: 2026.2.15 cache_save: ${{ inputs.cache }} github_token: ${{ inputs.github_token }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index e08bc48..6678688 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -60,7 +60,7 @@ jobs: env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: - version: 2026.2.10 + version: 2026.2.15 github_token: ${{ secrets.GITHUB_TOKEN }} # only saving the cache in the prerequisites job cache_save: false diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7eed6e0..fe22849 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -53,7 +53,7 @@ jobs: env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: - version: 2026.2.10 + version: 2026.2.15 github_token: ${{ steps.app-auth.outputs.token }} cache_save: false # A different job handles caching our tools. - name: prepare workspace