Skip to content

Commit 019c5f1

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

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
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
persist-credentials: false
5353
- name: Cache examples generation
54-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
54+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
5555
with:
5656
path: |
5757
.pulumi/examples-cache

.github/workflows/lint.yml

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

.github/workflows/prerequisites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
major-version: 5
5757
set-env: 'PROVIDER_VERSION'
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

0 commit comments

Comments
 (0)