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 @@ -108,7 +108,7 @@ jobs:
108
108
sudo apt install -y ninja-build gcc-${TOOLCHAIN_NAME} g++-${TOOLCHAIN_NAME} gfortran-${TOOLCHAIN_NAME}
109
109
110
110
- name : Cache docker container
111
- uses : actions/cache@v4.1.0
111
+ uses : actions/cache@v4.1.1
112
112
id : container-cache
113
113
with :
114
114
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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
47
+ uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
71
+ uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
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