5858 sudo apt-get install libsqlite3-dev
5959
6060 - name : Load cache
61- uses : Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
61+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
6262 with :
6363 # use a separate cache for each job to work around
6464 # https://github.com/Swatinem/rust-cache/issues/124
7272 uses : taiki-e/install-action@e28ca663369ecd0d4acc114be0b55092dcd84136 # nextest
7373
7474 - name : Get xtask
75- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
75+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
7676 with :
7777 path : target/debug/xtask
7878 key : " ${{ needs.xtask.outputs.cachekey-linux }}"
@@ -97,15 +97,15 @@ jobs:
9797 uses : dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
9898
9999 - name : Load cache
100- uses : Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
100+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
101101 with :
102102 save-if : ${{ github.ref == 'refs/heads/main' }}
103103
104104 - name : Install nextest
105105 uses : taiki-e/install-action@e28ca663369ecd0d4acc114be0b55092dcd84136 # nextest
106106
107107 - name : Get xtask
108- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
108+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
109109 with :
110110 path : target/debug/xtask
111111 key : " ${{ needs.xtask.outputs.cachekey-linux }}"
@@ -137,15 +137,15 @@ jobs:
137137 components : clippy
138138
139139 - name : Load cache
140- uses : Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
140+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
141141 with :
142142 save-if : ${{ github.ref == 'refs/heads/main' }}
143143
144144 - name : Install nextest
145145 uses : taiki-e/install-action@e28ca663369ecd0d4acc114be0b55092dcd84136 # nextest
146146
147147 - name : Get xtask
148- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
148+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
149149 with :
150150 path : target/debug/xtask
151151 key : " ${{ needs.xtask.outputs.cachekey-linux }}"
@@ -198,7 +198,7 @@ jobs:
198198 toolchain : ${{ matrix.rust }}
199199
200200 - name : Load cache
201- uses : Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
201+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
202202 with :
203203 save-if : ${{ github.ref == 'refs/heads/main' }}
204204
@@ -268,7 +268,7 @@ jobs:
268268 version : v0.13.1
269269
270270 - name : Load cache
271- uses : Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
271+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
272272 with :
273273 # use a separate cache for each job to work around
274274 # https://github.com/Swatinem/rust-cache/issues/124
@@ -282,7 +282,7 @@ jobs:
282282 uses : taiki-e/install-action@e28ca663369ecd0d4acc114be0b55092dcd84136 # nextest
283283
284284 - name : Get xtask
285- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
285+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
286286 with :
287287 path : target/debug/xtask
288288 key : " ${{ needs.xtask.outputs.cachekey-linux }}"
@@ -333,12 +333,12 @@ jobs:
333333 components : clippy, rustfmt
334334
335335 - name : Load cache
336- uses : Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
336+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
337337 with :
338338 save-if : ${{ github.ref == 'refs/heads/main' }}
339339
340340 - name : Get xtask
341- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
341+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
342342 with :
343343 path : target/debug/xtask
344344 key : " ${{ needs.xtask.outputs.cachekey-linux }}"
@@ -391,7 +391,7 @@ jobs:
391391 uses : dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
392392
393393 - name : Load cache
394- uses : Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2
394+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
395395 with :
396396 save-if : ${{ github.ref == 'refs/heads/main' }}
397397
0 commit comments