Skip to content

Commit a348ca3

Browse files
Update actions/cache action to v5
1 parent d13d897 commit a348ca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/internal-typescript-upload-code-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: mkdir -p ./temp
6767

6868
- name: Setup Cache for "temp/downloads" folder
69-
uses: actions/cache@v4
69+
uses: actions/cache@v5
7070
with:
7171
path: ./temp/downloads
7272
key:

.github/workflows/public-analyze-code-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
conda config --show
177177
178178
- name: (Code Analysis Setup) Setup Cache Analysis Downloads
179-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
179+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
180180
with:
181181
path: ./temp/downloads
182182
key:

0 commit comments

Comments
 (0)