File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
27
27
run : npm ci
28
28
working-directory : frontend
29
29
- name : Install rust toolchain
30
- uses : dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
30
+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
31
31
with :
32
32
toolchain : " stable"
33
33
- name : Rust cache
34
- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab
34
+ uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
35
35
with :
36
36
shared-key : " check"
37
37
cache-all-crates : true # Also cache taplo-cli
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
23
23
run : npm ci
24
24
working-directory : frontend
25
25
- name : Install toolchain
26
- uses : dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
26
+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
27
27
with :
28
28
toolchain : " stable"
29
29
- name : Rust cache
30
- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab
30
+ uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
31
31
with :
32
32
shared-key : " build"
33
33
- name : Download db-dump
You can’t perform that action at this time.
0 commit comments