Skip to content

Commit f4ec9b8

Browse files
committed
Upgrade cache actions to v4
1 parent b6ffdba commit f4ec9b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "cache_code=${cache_code}_${{ env.CACHE_HASH }}" | tee -a "$GITHUB_ENV"
5757
5858
- name: Cache Code
59-
uses: actions/cache@v3
59+
uses: actions/cache@v4
6060
id: cache-code
6161
timeout-minutes: 60
6262
with:
@@ -152,7 +152,7 @@ jobs:
152152
153153
- name: Restore Spike cache
154154
id: cache-spike-restore
155-
uses: actions/cache/restore@v3
155+
uses: actions/cache/restore@v4
156156
with:
157157
path: |
158158
/opt/spike
@@ -168,7 +168,7 @@ jobs:
168168
echo "PYTHONPATH=pygen" >> $GITHUB_ENV
169169
170170
- name: Cache Code Restore
171-
uses: actions/cache/restore@v3
171+
uses: actions/cache/restore@v4
172172
id: cache-code-restore
173173
timeout-minutes: 60
174174
with:

0 commit comments

Comments
 (0)