Update GitHub Actions workflows. (#667)

This PR was automatically generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit f76cbff100ad8e6e3192b379edb5bcf1f536eb3e.
This commit is contained in:
Pulumi Bot
2025-11-14 21:55:02 -08:00
committed by GitHub
parent 77b931b32c
commit 32ecb82eb6
6 changed files with 47 additions and 2 deletions

View File

@@ -5,7 +5,10 @@ inputs:
cache:
description: Enable caching
required: false
default: 'false'
default: "false"
github_token:
description: GitHub token
required: true
runs:
using: "composite"
@@ -15,9 +18,9 @@ runs:
with:
# Latest working version. See https://github.com/jdx/mise/discussions/6781
version: 2025.10.16
github_token: ${{ github.token }}
cache_key: "mise-{{platform}}-{{file_hash}}"
cache_save: ${{ inputs.cache }}
github_token: ${{ inputs.github_token }}
- name: Setup Go Cache
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0