From 3eb349e86f13635d51acfb3ad1a96e3831fffe71 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Fri, 27 Jun 2025 15:44:51 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.8.0 | 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 | --- .github/workflows/pr_cockpit.yml | 4 ++-- .github/workflows/pr_general.yml | 6 +++--- .github/workflows/pr_stackablectl.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr_cockpit.yml b/.github/workflows/pr_cockpit.yml index 0c28a782..1e59d4bc 100644 --- a/.github/workflows/pr_cockpit.yml +++ b/.github/workflows/pr_cockpit.yml @@ -52,7 +52,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} - name: Setup Rust Cache - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: key: pr-stackable-cockpit-chart @@ -112,7 +112,7 @@ jobs: uses: anchore/sbom-action/download-syft@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2 - name: Setup Rust Cache - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: key: pr-stackable-cockpit-chart diff --git a/.github/workflows/pr_general.yml b/.github/workflows/pr_general.yml index b09e837d..f6882986 100644 --- a/.github/workflows/pr_general.yml +++ b/.github/workflows/pr_general.yml @@ -38,7 +38,7 @@ jobs: cache: yarn - run: yarn install --frozen-lockfile - - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: key: udeps cache-all-crates: "true" @@ -80,7 +80,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: key: doc @@ -107,7 +107,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: key: test diff --git a/.github/workflows/pr_stackablectl.yml b/.github/workflows/pr_stackablectl.yml index 887086ae..31a509a9 100644 --- a/.github/workflows/pr_stackablectl.yml +++ b/.github/workflows/pr_stackablectl.yml @@ -60,7 +60,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: key: build-stackablectl-${{ matrix.target }}