Skip to content

Commit af773e6

Browse files
authored
Update GitHub Actions workflows. (#754)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit c35a5080844ba9575ace11ac9b700a27676672ed.
1 parent c498b46 commit af773e6

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
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
persist-credentials: false
5151
- name: Cache examples generation
52-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
52+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
5353
with:
5454
path: |
5555
.pulumi/examples-cache

.github/workflows/prerequisites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
major-version: 3
5555
set-env: 'PROVIDER_VERSION'
5656
- name: Cache examples generation
57-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
57+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
5858
with:
5959
path: |
6060
.pulumi/examples-cache

0 commit comments

Comments
 (0)