Skip to content

Commit 470102a

Browse files
authored
Update GitHub Actions workflows. (#1082)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit ea6479fcbca4b3b86182ffdd8731b26746795508.
1 parent 8576c7d commit 470102a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
54+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
5555
with:
5656
path: |
5757
.pulumi/examples-cache

.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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
59+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
6060
with:
6161
path: |
6262
.pulumi/examples-cache

0 commit comments

Comments
 (0)