From 355e8270beaad357f439949adac6d28b8a62a686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 07:06:27 +0000 Subject: [PATCH] Bump Swatinem/rust-cache from 2.6.0 to 2.6.2 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.6.0 to 2.6.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/b8a6852b4f997182bdea832df3f9e153038b5191...e207df5d269b42b69c8bc5101da26f7d31feddb4) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/backend_check.yml | 2 +- .github/workflows/backend_docs.yml | 2 +- .github/workflows/backend_tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backend_check.yml b/.github/workflows/backend_check.yml index 116e842d..010944c1 100644 --- a/.github/workflows/backend_check.yml +++ b/.github/workflows/backend_check.yml @@ -37,7 +37,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@b8a6852b4f997182bdea832df3f9e153038b5191 # v2.6.0 + uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2 with: workspaces: backend diff --git a/.github/workflows/backend_docs.yml b/.github/workflows/backend_docs.yml index cc7c9f40..a9d5bda1 100644 --- a/.github/workflows/backend_docs.yml +++ b/.github/workflows/backend_docs.yml @@ -37,7 +37,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@b8a6852b4f997182bdea832df3f9e153038b5191 # v2.6.0 + uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2 with: workspaces: backend diff --git a/.github/workflows/backend_tests.yml b/.github/workflows/backend_tests.yml index 501d1dcb..2bc57c6d 100644 --- a/.github/workflows/backend_tests.yml +++ b/.github/workflows/backend_tests.yml @@ -37,7 +37,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@b8a6852b4f997182bdea832df3f9e153038b5191 # v2.6.0 + uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2 with: workspaces: backend