Skip to content

Commit eb670f4

Browse files
Update actions/cache action to v6
1 parent 82a3b6c commit eb670f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

7676
- name: Setup Cache for "temp/downloads" folder
77-
uses: actions/cache@v5
77+
uses: actions/cache@v6
7878
with:
7979
path: ./temp/downloads
8080
key:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
conda config --show
221221
222222
- name: (Code Analysis Setup) Setup Cache Analysis Downloads
223-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
223+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
224224
with:
225225
path: ./temp/downloads
226226
key:

0 commit comments

Comments
 (0)