Skip to content

Commit 3c5361f

Browse files
authored
Update GitHub Actions workflows. (#1562)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 71465cfa76e13d1f583aef9ced6fd3d4703190a2.
1 parent 066cdd5 commit 3c5361f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
steps:
2727
- name: Install Go
2828
if: inputs.tools == 'all' || contains(inputs.tools, 'go')
29-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
29+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
3030
with:
3131
go-version: "1.21.x"
3232
cache-dependency-path: |

.github/workflows/build_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
persist-credentials: false
5858
- name: Cache examples generation
59-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
59+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6060
with:
6161
path: |
6262
.pulumi/examples-cache

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
persist-credentials: false
4343
- name: Install go
44-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
44+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
4545
with:
4646
# The versions of golangci-lint and setup-go here cross-depend and need to update together.
4747
go-version: 1.23

.github/workflows/prerequisites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
major-version: 2
6262
set-env: 'PROVIDER_VERSION'
6363
- name: Cache examples generation
64-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
64+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6565
with:
6666
path: |
6767
.pulumi/examples-cache

0 commit comments

Comments
 (0)