From 4925a6150d7b1d68c2da0cfd8ef7fef8eee4176d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 04:20:00 +0000 Subject: [PATCH] build(deps): bump Swatinem/rust-cache from 2.8.1 to 2.8.2 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/f13886b937689c021905a6b90929199931d60db1...779680da715d629ac1d338a641029a2f4372abb5) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 922cc5139d66f..ab5fb28335b17 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -204,7 +204,7 @@ jobs: tar -xzf nextest.tar.gz mv cargo-nextest ~/.cargo/bin/ chmod +x ~/.cargo/bin/cargo-nextest - - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 - run: just policy-test-build - run: just k3d-k8s='${{ matrix.k8s }}' k3d-create - run: docker load