From 628c21cbaed9456a9bd535cb829d5e7546c88c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 10:18:48 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 2.1.4 to 3.0.9 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.0.9. - [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.1.4...v3.0.9) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-check_redirects.yml | 2 +- .github/workflows/pr-test.yml | 2 +- .github/workflows/preview.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-check_redirects.yml b/.github/workflows/pr-check_redirects.yml index 055d2e218bd57b2..1fa99d39b3ae47b 100644 --- a/.github/workflows/pr-check_redirects.yml +++ b/.github/workflows/pr-check_redirects.yml @@ -21,7 +21,7 @@ jobs: node-version: "12" - name: Cache node_modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.0.9 id: cached-node_modules with: path: | diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index cfe92c8733c5e92..2d474305b6a58a5 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -29,7 +29,7 @@ jobs: node-version: "12" - name: Cache node_modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.0.9 id: cached-node_modules with: path: | diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 351ad307c5374df..79740ee3d401527 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -20,7 +20,7 @@ jobs: node-version: "12" - name: Cache node_modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.0.9 id: cached-node_modules with: path: |