Skip to content

Commit 514d281

Browse files
authored
Update GitHub Actions workflows. (#1076)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 587c2f886f8d7c080271c16f8ea005978745f0a6.
1 parent 58a4633 commit 514d281

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

0 commit comments

Comments
 (0)