Skip to content

Commit 9802f2c

Browse files
chore(deps): update swatinem/rust-cache action to v2.8.0 (#397)
| datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | Swatinem/rust-cache | v2.7.3 | v2.8.0 | | github-tags | Swatinem/rust-cache | v2.7.0 | v2.8.0 |
1 parent a8d68c9 commit 9802f2c

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
@@ -52,7 +52,7 @@ jobs:
5252
toolchain: ${{ env.RUST_VERSION }}
5353

5454
- name: Setup Rust Cache
55-
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
55+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
5656
with:
5757
key: pr-stackable-cockpit-chart
5858

@@ -112,7 +112,7 @@ jobs:
112112
uses: anchore/sbom-action/download-syft@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2
113113

114114
- name: Setup Rust Cache
115-
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
115+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
116116
with:
117117
key: pr-stackable-cockpit-chart
118118

.github/workflows/pr_general.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cache: yarn
3939
- run: yarn install --frozen-lockfile
4040

41-
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
41+
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
4242
with:
4343
key: udeps
4444
cache-all-crates: "true"
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
go-version: ${{ env.GO_VERSION }}
8282

83-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
83+
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
8484
with:
8585
key: doc
8686

@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
go-version: ${{ env.GO_VERSION }}
109109

110-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
110+
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
111111
with:
112112
key: test
113113

.github/workflows/pr_stackablectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
go-version: ${{ env.GO_VERSION }}
6262

63-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
63+
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
6464
with:
6565
key: build-stackablectl-${{ matrix.target }}
6666

0 commit comments

Comments
 (0)