File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 48
48
toolchain : stable
49
49
50
50
- name : Cache Rust dependencies
51
- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
51
+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
52
52
with :
53
53
workspaces : |
54
54
./
Original file line number Diff line number Diff line change 95
95
~/.foundry/cache
96
96
~/.config/.foundry/cache
97
97
key : rpc-cache-${{ hashFiles('crates/forge/tests/rpc-cache-keyfile') }}
98
- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
98
+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
99
99
with :
100
100
cache-on-failure : true
101
101
- name : Setup Git config
Original file line number Diff line number Diff line change 37
37
- uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
38
38
with :
39
39
toolchain : nightly
40
- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
40
+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
41
41
with :
42
42
cache-on-failure : true
43
43
- name : Build documentation
79
79
- uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
80
80
with :
81
81
toolchain : stable
82
- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
82
+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
83
83
with :
84
84
cache-on-failure : true
85
85
- run : cargo test --workspace --doc
@@ -108,7 +108,7 @@ jobs:
108
108
with :
109
109
toolchain : nightly
110
110
components : clippy
111
- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
111
+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
112
112
with :
113
113
cache-on-failure : true
114
114
- run : cargo clippy --workspace --all-targets --all-features
@@ -142,7 +142,7 @@ jobs:
142
142
- uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
143
143
with :
144
144
toolchain : stable
145
- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
145
+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
146
146
with :
147
147
cache-on-failure : true
148
148
- name : forge fmt
@@ -164,7 +164,7 @@ jobs:
164
164
- uses : taiki-e/install-action@8ea32481661d5e04d602f215b94f17e4014b44f9 # v2
165
165
with :
166
166
tool : cargo-hack
167
- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
167
+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
168
168
with :
169
169
cache-on-failure : true
170
170
- run : cargo hack check
You can’t perform that action at this time.
0 commit comments