Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
tag: v2.1.5-procursus2
- name: Setup mise
uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6
env:
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
.pulumi/examples-cache
key: ${{ runner.os }}-${{ hashFiles('provider/go.sum') }}
- name: Setup mise
uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6
env:
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
PR_NUMBER: ${{ github.event.pull_request.number || github.event.issue.number }}
run: gh pr checkout "$PR_NUMBER"
- name: Setup mise
uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6
env:
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
private-key: ${{ steps.esc-secrets.outputs.PULUMI_PROVIDER_AUTOMATION_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
- name: Setup mise
uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6
env:
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
private-key: ${{ steps.esc-secrets.outputs.PULUMI_PROVIDER_AUTOMATION_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
- name: Setup mise
uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6
env:
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-post-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
aws-region: us-west-2
aws-secret-access-key: ${{ steps.esc-secrets.outputs.AWS_CORP_S3_UPLOAD_SECRET_ACCESS_KEY }}
- name: Setup mise
uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6
env:
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
.pulumi/examples-cache
key: ${{ runner.os }}-${{ hashFiles('provider/go.sum') }}
- name: Setup mise
uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6
env:
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
private-key: ${{ steps.esc-secrets.outputs.PULUMI_PROVIDER_AUTOMATION_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
- name: Setup mise
uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6
env:
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
with:
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
private-key: ${{ steps.esc-secrets.outputs.PULUMI_PROVIDER_AUTOMATION_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
- name: Setup mise
uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6
env:
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
repository: pulumi/examples
path: p-examples
- name: Setup mise
uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6
env:
MISE_ENV: test
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
private-key: ${{ steps.esc-secrets.outputs.PULUMI_PROVIDER_AUTOMATION_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
- name: Setup mise
uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6
env:
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
private-key: ${{ steps.esc-secrets.outputs.PULUMI_PROVIDER_AUTOMATION_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
- name: Setup mise
uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6
env:
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
name: Fetch secrets from ESC
uses: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b
- name: Setup mise
uses: jdx/mise-action@1c5f70fd400ce6c745085c93ea80026272f8d346
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6
with:
version: 2026.3.7
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading