File tree 2 files changed +3
-3
lines changed 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
- uses : actions/cache@v4.1.2
118
+ uses : actions/cache@v4.2.0
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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
47
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
71
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
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