File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 57
57
toolchain : ${{ env.RUST_VERSION }}
58
58
59
59
- name : Setup Rust Cache
60
- uses : Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
60
+ uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
61
61
with :
62
62
key : pr-stackable-cockpit-chart
63
63
@@ -100,7 +100,7 @@ jobs:
100
100
go-version : ${{ env.GO_VERSION }}
101
101
102
102
- name : Setup Rust Cache
103
- uses : Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
103
+ uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
104
104
with :
105
105
key : pr-stackable-cockpit-chart
106
106
Original file line number Diff line number Diff line change 93
93
with :
94
94
go-version : ${{ env.GO_VERSION }}
95
95
96
- - uses : Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
96
+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
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@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
139
+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
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@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
166
+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
167
167
with :
168
168
key : test
169
169
Original file line number Diff line number Diff line change 65
65
with :
66
66
go-version : ${{ env.GO_VERSION }}
67
67
68
- - uses : Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
68
+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
69
69
with :
70
70
key : build-stackablectl-${{ matrix.target }}
71
71
You can’t perform that action at this time.
0 commit comments