File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 79
79
echo "timestamp=${NOW}" >> $GITHUB_OUTPUT
80
80
81
81
- name : Setup compiler cache
82
- uses : actions/cache@v3
82
+ uses : actions/cache@v4
83
83
id : cache-ccachev1
84
84
# Reference: https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#matching-a-cache-key
85
85
# NOTE: The caching strategy is modeled in a way that it will always have a unique cache key for each workflow run
@@ -186,7 +186,7 @@ jobs:
186
186
echo "timestamp=${NOW}" >> $GITHUB_OUTPUT
187
187
188
188
- name : Setup compiler cache
189
- uses : actions/cache@v3
189
+ uses : actions/cache@v4
190
190
id : cache-ccachev1
191
191
# Reference: https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#matching-a-cache-key
192
192
# NOTE: The caching strategy is modeled in a way that it will always have a unique cache key for each workflow run
You can’t perform that action at this time.
0 commit comments