Compare commits
1 Commits
sdk/go/doc
...
update-git
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c58a863dd |
2
.github/actions/setup-tools/action.yml
vendored
2
.github/actions/setup-tools/action.yml
vendored
@@ -14,7 +14,7 @@ runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Setup mise
|
||||
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6
|
||||
uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84
|
||||
env:
|
||||
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
|
||||
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 }}
|
||||
run: gh pr checkout "$PR_NUMBER"
|
||||
- name: Setup mise
|
||||
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6
|
||||
uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84
|
||||
env:
|
||||
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
|
||||
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 }}
|
||||
owner: ${{ github.repository_owner }}
|
||||
- name: Setup mise
|
||||
uses: jdx/mise-action@ac8a6414ec0fd0713e42c52da2772aab98f5e2b6
|
||||
uses: jdx/mise-action@b287efda3dc5f4f3c328507653b6617da783ff84
|
||||
env:
|
||||
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user