File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
sudo apt install -y ninja-build gcc-${TOOLCHAIN_NAME} g++-${TOOLCHAIN_NAME} gfortran-${TOOLCHAIN_NAME}
116
116
117
117
- name : Cache docker container
118
-
118
+
119
119
id : container-cache
120
120
with :
121
121
path : ~/docker_${{ matrix.BUILD_PROP[1] }}
Original file line number Diff line number Diff line change 44
44
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
45
45
46
46
- name : Setup compiler cache
47
- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
47
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
48
48
id : cache-ccache
49
49
with :
50
50
path : ${{ steps.prep-ccache.outputs.dir }}
68
68
# ensure we re-solve once a day (since we don't lock versions). Could be
69
69
# replaced by a conda-lock based approach in the future.
70
70
- name : Cache conda environment
71
- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
71
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
72
72
env :
73
73
# Increase this value to reset cache if environment.yml has not changed
74
74
CACHE_NUMBER : 1
You can’t perform that action at this time.
0 commit comments