Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Feb 28, 2025
1 parent 0dae1c6 commit cd7ea0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
persist-credentials: false
- name: Cache examples generation
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: |
.pulumi/examples-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
major-version: 0
set-env: 'PROVIDER_VERSION'
- name: Cache examples generation
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: |
.pulumi/examples-cache
Expand Down

0 comments on commit cd7ea0c

Please sign in to comment.