File tree 9 files changed +708
-293
lines changed
9 files changed +708
-293
lines changed Original file line number Diff line number Diff line change 52
52
toolchain : ${{ env.RUST_VERSION }}
53
53
54
54
- name : Setup Rust Cache
55
- uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
55
+ uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
56
56
with :
57
57
key : pr-stackable-cockpit-chart
58
58
@@ -112,7 +112,7 @@ jobs:
112
112
uses : anchore/sbom-action/download-syft@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2
113
113
114
114
- name : Setup Rust Cache
115
- uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
115
+ uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
116
116
with :
117
117
key : pr-stackable-cockpit-chart
118
118
Original file line number Diff line number Diff line change 38
38
cache : yarn
39
39
- run : yarn install --frozen-lockfile
40
40
41
- - uses : Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
41
+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
42
42
with :
43
43
key : udeps
44
44
cache-all-crates : " true"
93
93
with :
94
94
go-version : ${{ env.GO_VERSION }}
95
95
96
- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
96
+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
97
97
with :
98
98
key : clippy
99
99
@@ -136,7 +136,7 @@ jobs:
136
136
with :
137
137
go-version : ${{ env.GO_VERSION }}
138
138
139
- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
139
+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
140
140
with :
141
141
key : doc
142
142
@@ -163,7 +163,7 @@ jobs:
163
163
with :
164
164
go-version : ${{ env.GO_VERSION }}
165
165
166
- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
166
+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
167
167
with :
168
168
key : test
169
169
Original file line number Diff line number Diff line change 60
60
with :
61
61
go-version : ${{ env.GO_VERSION }}
62
62
63
- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
63
+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
64
64
with :
65
65
key : build-stackablectl-${{ matrix.target }}
66
66
You can’t perform that action at this time.
0 commit comments