Skip to content

Commit 26e2cd1

Browse files
chore(deps): update swatinem/rust-cache action to v2.7.3 (#269)
| datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | Swatinem/rust-cache | v2.2.0 | v2.7.3 |
1 parent d791241 commit 26e2cd1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pr_cockpit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
toolchain: ${{ env.RUST_VERSION }}
5858

5959
- name: Setup Rust Cache
60-
uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
60+
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
6161
with:
6262
key: pr-stackable-cockpit-chart
6363

@@ -100,7 +100,7 @@ jobs:
100100
go-version: ${{ env.GO_VERSION }}
101101

102102
- name: Setup Rust Cache
103-
uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
103+
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
104104
with:
105105
key: pr-stackable-cockpit-chart
106106

.github/workflows/pr_general.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
go-version: ${{ env.GO_VERSION }}
9595

96-
- uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
96+
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
9797
with:
9898
key: clippy
9999

@@ -136,7 +136,7 @@ jobs:
136136
with:
137137
go-version: ${{ env.GO_VERSION }}
138138

139-
- uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
139+
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
140140
with:
141141
key: doc
142142

@@ -163,7 +163,7 @@ jobs:
163163
with:
164164
go-version: ${{ env.GO_VERSION }}
165165

166-
- uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
166+
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
167167
with:
168168
key: test
169169

.github/workflows/pr_stackablectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
go-version: ${{ env.GO_VERSION }}
6767

68-
- uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
68+
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
6969
with:
7070
key: build-stackablectl-${{ matrix.target }}
7171

0 commit comments

Comments
 (0)