From eb274c12de7ce361f977309198096c219643791f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:49:43 +0100 Subject: [PATCH] Bump actions/cache from 3 to 4 (#411) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/e2e-backend-switching-reuseable.yml | 2 +- .github/workflows/e2e.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-backend-switching-reuseable.yml b/.github/workflows/e2e-backend-switching-reuseable.yml index 2a1caa63..c3377e79 100644 --- a/.github/workflows/e2e-backend-switching-reuseable.yml +++ b/.github/workflows/e2e-backend-switching-reuseable.yml @@ -30,7 +30,7 @@ jobs: - name: Cache Binaries id: cache-binaries - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: bin key: ${{ runner.os }}-bin diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 5ef450f2..c57ffcb8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -83,7 +83,7 @@ jobs: - name: Cache Binaries id: cache-binaries - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: bin key: ${{ runner.os }}-bin