Update GitHub Actions workflows. (#831)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[fbb025ea2dd9c071a4b0a626d092c4104fc57644](fbb025ea2d).
Co-authored-by: Pulumi Bot <bot@pulumi.com>
This commit is contained in:
committed by
GitHub
parent
bae0f1379a
commit
96b9de72a5
2
.github/actions/setup-tools/action.yml
vendored
2
.github/actions/setup-tools/action.yml
vendored
@@ -14,7 +14,7 @@ runs:
|
|||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: Setup mise
|
- name: Setup mise
|
||||||
uses: jdx/mise-action@5ad13376e30bbca3721f7f33f25bc0baff52c02d
|
uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346
|
||||||
env:
|
env:
|
||||||
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
|
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/claude.yml
vendored
2
.github/workflows/claude.yml
vendored
@@ -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@5ad13376e30bbca3721f7f33f25bc0baff52c02d
|
uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346
|
||||||
env:
|
env:
|
||||||
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
|
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -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@5ad13376e30bbca3721f7f33f25bc0baff52c02d
|
uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346
|
||||||
env:
|
env:
|
||||||
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
|
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user