[internal] Update GitHub Actions workflow files

This commit is contained in:
Pulumi Bot
2026-05-01 06:27:34 +00:00
parent f864eda3e0
commit 7c58a863dd
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ runs:
using: "composite" using: "composite"
steps: steps:
- name: Setup mise - name: Setup mise
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6 uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84
env: env:
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
with: with:

View File

@@ -56,7 +56,7 @@ jobs:
PR_NUMBER: ${{ github.event.pull_request.number || github.event.issue.number }} PR_NUMBER: ${{ github.event.pull_request.number || github.event.issue.number }}
run: gh pr checkout "$PR_NUMBER" run: gh pr checkout "$PR_NUMBER"
- name: Setup mise - name: Setup mise
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6 uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84
env: env:
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
with: with:

View File

@@ -49,7 +49,7 @@ jobs:
private-key: ${{ steps.esc-secrets.outputs.PULUMI_PROVIDER_AUTOMATION_PRIVATE_KEY }} private-key: ${{ steps.esc-secrets.outputs.PULUMI_PROVIDER_AUTOMATION_PRIVATE_KEY }}
owner: ${{ github.repository_owner }} owner: ${{ github.repository_owner }}
- name: Setup mise - name: Setup mise
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6 uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84
env: env:
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
with: with: