We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ffdba commit f4ec9b8Copy full SHA for f4ec9b8
.github/workflows/run-tests.yml
@@ -56,7 +56,7 @@ jobs:
56
echo "cache_code=${cache_code}_${{ env.CACHE_HASH }}" | tee -a "$GITHUB_ENV"
57
58
- name: Cache Code
59
- uses: actions/cache@v3
+ uses: actions/cache@v4
60
id: cache-code
61
timeout-minutes: 60
62
with:
@@ -152,7 +152,7 @@ jobs:
152
153
- name: Restore Spike cache
154
id: cache-spike-restore
155
- uses: actions/cache/restore@v3
+ uses: actions/cache/restore@v4
156
157
path: |
158
/opt/spike
@@ -168,7 +168,7 @@ jobs:
168
echo "PYTHONPATH=pygen" >> $GITHUB_ENV
169
170
- name: Cache Code Restore
171
172
id: cache-code-restore
173
174
0 commit comments