31
31
restore-keys : docker-buildx-rs-
32
32
33
33
- name : Rust Cache
34
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
34
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
35
35
with :
36
36
shared-key : " compliance-tests"
37
37
workspaces : |
76
76
run : docker buildx create --name builder --use
77
77
78
78
- name : Rust Cache
79
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
79
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
80
80
with :
81
81
shared-key : " compliance-tests"
82
82
workspaces : |
@@ -113,7 +113,7 @@ jobs:
113
113
restore-keys : docker-buildx-rs-
114
114
115
115
- name : Rust Cache
116
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
116
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
117
117
with :
118
118
shared-key : " compliance-tests"
119
119
workspaces : |
@@ -151,7 +151,7 @@ jobs:
151
151
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
152
152
153
153
- name : Rust Cache
154
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
154
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
155
155
with :
156
156
shared-key : " compliance-tests"
157
157
workspaces : |
@@ -193,7 +193,7 @@ jobs:
193
193
sudo apt install libpam0g-dev
194
194
195
195
- name : Rust Cache
196
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
196
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
197
197
with :
198
198
shared-key : " stable"
199
199
@@ -228,7 +228,7 @@ jobs:
228
228
sudo apt install libpam0g-dev
229
229
230
230
- name : Rust Cache
231
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
231
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
232
232
with :
233
233
shared-key : " nightly"
234
234
@@ -259,7 +259,7 @@ jobs:
259
259
sudo apt install libpam0g-dev
260
260
261
261
- name : Rust Cache
262
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
262
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
263
263
with :
264
264
shared-key : " msrv"
265
265
@@ -284,7 +284,7 @@ jobs:
284
284
dnf install -y cargo pam-devel
285
285
286
286
- name : Rust Cache
287
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
287
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
288
288
with :
289
289
shared-key : " stable-fedora"
290
290
@@ -319,7 +319,7 @@ jobs:
319
319
sudo apt install libpam0g-dev:i386 gcc-multilib
320
320
321
321
- name : Rust Cache
322
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
322
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
323
323
with :
324
324
shared-key : " stable-32bit"
325
325
@@ -351,7 +351,7 @@ jobs:
351
351
sudo apt install libpam0g-dev
352
352
353
353
- name : Rust Cache
354
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
354
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
355
355
with :
356
356
shared-key : miri
357
357
@@ -407,7 +407,7 @@ jobs:
407
407
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
408
408
409
409
- name : Rust Cache
410
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
410
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
411
411
with :
412
412
shared-key : " stable"
413
413
@@ -426,7 +426,7 @@ jobs:
426
426
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
427
427
428
428
- name : Rust Cache
429
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
429
+ uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
430
430
with :
431
431
shared-key : " stable"
432
432
0 commit comments