3737 repo-token : ${{ secrets.GITHUB_TOKEN }}
3838
3939 - name : Configure cache
40- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
40+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
4141 with :
4242 path : |
4343 ~/.cargo/registry
7272 if : runner.os == 'macOS'
7373
7474 - name : Configure GTK4 cache (Windows)
75- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
75+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
7676 id : cache
7777 with :
7878 path : C:\gtk-build\gtk\x64\release
@@ -124,7 +124,7 @@ jobs:
124124 if : runner.os == 'macOS'
125125
126126 - name : CUDA toolchain (Windows)
127- uses : Jimver/cuda-toolkit@dc581bec6470cf161025608f13d71b3c00c2c0b7 # v0.2.17
127+ uses : Jimver/cuda-toolkit@4bd727d5619dc6fa323b1e76c3aa5dca94f5ec6d # v0.2.19
128128 with :
129129 cuda : ' 12.4.1'
130130 method : network
@@ -146,7 +146,7 @@ jobs:
146146 if : runner.os == 'macOS'
147147
148148 - name : Configure cache
149- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
149+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
150150 with :
151151 path : |
152152 ~/.cargo/registry
@@ -193,7 +193,7 @@ jobs:
193193 if : runner.os == 'macOS'
194194
195195 - name : Configure GTK4 cache (Windows)
196- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
196+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
197197 id : cache
198198 with :
199199 path : C:\gtk-build\gtk\x64\release
@@ -265,7 +265,7 @@ jobs:
265265 if : runner.os == 'macOS'
266266
267267 - name : Configure cache
268- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
268+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
269269 with :
270270 path : |
271271 ~/.cargo/registry
0 commit comments