File tree 9 files changed +630
-286
lines changed
9 files changed +630
-286
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"
80
80
with :
81
81
go-version : ${{ env.GO_VERSION }}
82
82
83
- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
83
+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
84
84
with :
85
85
key : doc
86
86
@@ -107,7 +107,7 @@ jobs:
107
107
with :
108
108
go-version : ${{ env.GO_VERSION }}
109
109
110
- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
110
+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
111
111
with :
112
112
key : test
113
113
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