File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88
88
echo "timestamp=${NOW}" >> $GITHUB_OUTPUT
89
89
90
90
- name : Setup compiler cache
91
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
91
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
92
92
id : cache-ccache
93
93
with :
94
94
path : ${{ steps.prep-ccache.outputs.dir }}
Original file line number Diff line number Diff line change 85
85
echo "timestamp=${NOW}" >> $GITHUB_OUTPUT
86
86
87
87
- name : Setup compiler cache
88
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
88
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
89
89
id : cache-ccache
90
90
# Reference: https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#matching-a-cache-key
91
91
# NOTE: The caching strategy is modeled in a way that it will always have a unique cache key for each workflow run
@@ -312,7 +312,7 @@ jobs:
312
312
sudo apt-get install -y libgmp-dev libmpfr-dev libmpc-dev ccache gfortran lcov
313
313
314
314
- name : Caching Python dependencies
315
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
315
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
316
316
id : cache
317
317
with :
318
318
path : ~/.cache/pip
@@ -336,7 +336,7 @@ jobs:
336
336
echo "timestamp=${NOW}" >> $GITHUB_OUTPUT
337
337
338
338
- name : Setup compiler cache
339
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
339
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
340
340
id : cache-ccache
341
341
with :
342
342
path : ${{ steps.prep-ccache.outputs.dir }}
Original file line number Diff line number Diff line change 67
67
68
68
- name : cache install
69
69
id : cache-install
70
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
70
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
71
71
with :
72
72
path : |
73
73
/opt/intel/oneapi/
Original file line number Diff line number Diff line change 57
57
echo "timestamp=${NOW}" >> $GITHUB_OUTPUT
58
58
59
59
- name : Setup compiler cache
60
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
60
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
61
61
id : cache-ccache
62
62
# Reference: https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#matching-a-cache-key
63
63
# NOTE: The caching strategy is modeled in a way that it will always have
92
92
shell : bash
93
93
94
94
- name : Cache conda
95
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
95
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
96
96
env :
97
97
# Increase this value to reset cache if environment.yml has not changed
98
98
CACHE_NUMBER : 1
Original file line number Diff line number Diff line change 69
69
70
70
- name : cache install
71
71
id : cache-install
72
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
72
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
73
73
with :
74
74
path : |
75
75
C:\Program Files (x86)\Intel\oneAPI\compiler
You can’t perform that action at this time.
0 commit comments