From 1b8712f27ed9c713fd17bf19ce0fcd7e7416b961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 22:33:59 +0000 Subject: [PATCH] Chore(deps): Bump actions/cache from 2 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. - [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/v2...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_and_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 89bcbbb08a020..3105fd2a5b88b 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -92,7 +92,7 @@ jobs: df -h - name: Cache meteor local - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ./apps/meteor/.meteor/local key: meteor-local-cache-${{ runner.OS }}-${{ hashFiles('apps/meteor/.meteor/versions') }} @@ -100,7 +100,7 @@ jobs: meteor-local-cache-${{ runner.os }}- - name: Cache meteor - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.meteor key: meteor-cache-${{ runner.OS }}-${{ hashFiles('apps/meteor/.meteor/release') }} @@ -349,7 +349,7 @@ jobs: exit $s - name: Cache Playwright binaries - uses: actions/cache@v3 + uses: actions/cache@v3.0.11 id: cache-playwright with: path: | @@ -514,7 +514,7 @@ jobs: exit $s - name: Cache Playwright binaries - uses: actions/cache@v3 + uses: actions/cache@v3.0.11 id: cache-playwright with: path: |