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 4848 toolchain : stable
4949
5050 - name : Cache Rust dependencies
51- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
51+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
5252 with :
5353 workspaces : |
5454 ./
Original file line number Diff line number Diff line change 9595 ~/.foundry/cache
9696 ~/.config/.foundry/cache
9797 key : rpc-cache-${{ hashFiles('crates/forge/tests/rpc-cache-keyfile') }}
98- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
98+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
9999 with :
100100 cache-on-failure : true
101101 - name : Setup Git config
Original file line number Diff line number Diff line change 3737 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
3838 with :
3939 toolchain : nightly
40- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
40+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
4141 with :
4242 cache-on-failure : true
4343 - name : Build documentation
7979 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
8080 with :
8181 toolchain : stable
82- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
82+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
8383 with :
8484 cache-on-failure : true
8585 - run : cargo test --workspace --doc
@@ -108,7 +108,7 @@ jobs:
108108 with :
109109 toolchain : nightly
110110 components : clippy
111- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
111+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
112112 with :
113113 cache-on-failure : true
114114 - run : cargo clippy --workspace --all-targets --all-features
@@ -142,7 +142,7 @@ jobs:
142142 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
143143 with :
144144 toolchain : stable
145- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
145+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
146146 with :
147147 cache-on-failure : true
148148 - name : forge fmt
@@ -164,7 +164,7 @@ jobs:
164164 - uses : taiki-e/install-action@8ea32481661d5e04d602f215b94f17e4014b44f9 # v2
165165 with :
166166 tool : cargo-hack
167- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
167+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
168168 with :
169169 cache-on-failure : true
170170 - run : cargo hack check
You can’t perform that action at this time.
0 commit comments