From 2b39f2a110d266d48fc6aea9afc1ca8c1873c245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 02:09:40 +0000 Subject: [PATCH] chore(deps): Bump actions/cache from 3 to 4 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] --- .github/workflows/e2e-tests-parallel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests-parallel.yml b/.github/workflows/e2e-tests-parallel.yml index 4a48fd41713..c6bd8febfdb 100644 --- a/.github/workflows/e2e-tests-parallel.yml +++ b/.github/workflows/e2e-tests-parallel.yml @@ -26,7 +26,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'yarn' - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Download any existing cache id: yarn-cache with: @@ -95,7 +95,7 @@ jobs: name: storybook-build path: packages/web-components/storybook-static - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Retrieve yarn cache id: yarn-cache with: