Skip to content

Commit 9f23b7b

Browse files
authored
[internal] Update GitHub Actions workflow files (#347)
1 parent 0839e1c commit 9f23b7b

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
name: Fetch secrets from ESC
5050
uses: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b
5151
- name: Cache examples generation
52-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
52+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 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
@@ -55,7 +55,7 @@ jobs:
5555
major-version: 0
5656
set-env: 'PROVIDER_VERSION'
5757
- name: Cache examples generation
58-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
58+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
5959
with:
6060
path: |
6161
.pulumi/examples-cache

0 commit comments

Comments
 (0)