From 31992129952b8fbb1792db8b7ab6d36907678e6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 20:28:08 +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 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index ecfb34c5b1e8a..76c2ab93ef292 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -56,7 +56,7 @@ jobs: - uses: c-hive/gha-yarn-cache@v2 - name: Cache turbo id: cache-turbo - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | ./node_modules/.turbo @@ -67,7 +67,7 @@ jobs: # TODO change to use turbo cache - name: Cache meteor local - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ./apps/meteor/.meteor/local key: ${{ runner.OS }}-meteor_cache-${{ hashFiles('apps/meteor/.meteor/versions') }} @@ -75,7 +75,7 @@ jobs: ${{ runner.os }}-meteor_cache- ${{ runner.os }}- - name: Cache meteor - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.meteor key: ${{ runner.OS }}-meteor-${{ hashFiles('apps/meteor/.meteor/release') }} @@ -208,7 +208,7 @@ jobs: - uses: c-hive/gha-yarn-cache@v2 - name: Cache turbo id: cache-turbo - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | ./node_modules/.turbo @@ -307,7 +307,7 @@ jobs: - uses: c-hive/gha-yarn-cache@v2 - name: Cache turbo id: cache-turbo - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | ./node_modules/.turbo @@ -410,7 +410,7 @@ jobs: - uses: c-hive/gha-yarn-cache@v2 - name: Cache turbo id: cache-turbo - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | ./node_modules/.turbo @@ -420,7 +420,7 @@ jobs: ${{ runner.os }}- - name: Cache meteor local - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ./apps/meteor/.meteor/local key: ${{ runner.OS }}-meteor_cache-${{ hashFiles('.meteor/versions') }} @@ -428,7 +428,7 @@ jobs: ${{ runner.os }}-meteor_cache- ${{ runner.os }}- - name: Cache meteor - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.meteor key: ${{ runner.OS }}-meteor-${{ hashFiles('.meteor/release') }} @@ -533,7 +533,7 @@ jobs: - uses: c-hive/gha-yarn-cache@v2 - name: Cache turbo id: cache-turbo - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | ./node_modules/.turbo @@ -786,7 +786,7 @@ jobs: - uses: c-hive/gha-yarn-cache@v2 - name: Cache turbo id: cache-turbo - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | ./node_modules/.turbo