File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
sudo apt install -y ninja-build gcc-${TOOLCHAIN_NAME} g++-${TOOLCHAIN_NAME} gfortran-${TOOLCHAIN_NAME}
120
120
121
121
- name : Cache docker container
122
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
122
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
123
123
id : container-cache
124
124
with :
125
125
path : ~/docker_${{ matrix.BUILD_PROP[1] }}
@@ -224,7 +224,7 @@ jobs:
224
224
sudo apt install -y ninja-build gcc-14-${TOOLCHAIN_NAME} g++-14-${TOOLCHAIN_NAME} gfortran-14-${TOOLCHAIN_NAME}
225
225
226
226
- name : Cache docker container
227
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
227
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
228
228
id : container-cache
229
229
with :
230
230
path : ~/docker_${{ matrix.BUILD_PROP[1] }}
Original file line number Diff line number Diff line change 46
46
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
47
47
48
48
- name : Setup compiler cache
49
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
49
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
50
50
id : cache-ccache
51
51
with :
52
52
path : ${{ steps.prep-ccache.outputs.dir }}
70
70
# ensure we re-solve once a day (since we don't lock versions). Could be
71
71
# replaced by a conda-lock based approach in the future.
72
72
- name : Cache conda environment
73
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
73
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
74
74
env :
75
75
# Increase this value to reset cache if environment.yml has not changed
76
76
CACHE_NUMBER : 1
You can’t perform that action at this time.
0 commit comments