File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 74
74
working-directory : ${{ matrix.directory }}
75
75
76
76
- name : Cache Rust dependencies
77
- uses : Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2
77
+ uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
78
78
with :
79
79
workspaces : ${{ matrix.directory }}
80
80
save-if : ${{ !startsWith(github.ref, 'refs/heads/gh-readonly-queue') }}
@@ -158,7 +158,7 @@ jobs:
158
158
working-directory : ${{ matrix.directory }}
159
159
160
160
- name : Cache Rust dependencies
161
- uses : Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2
161
+ uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
162
162
with :
163
163
workspaces : ${{ matrix.directory }}
164
164
key : ${{ matrix.profile }}
You can’t perform that action at this time.
0 commit comments