From 26ffa36984a2e66e2ccfdff2804b336b33c7885d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 01:00:45 +0000 Subject: [PATCH] build(deps): bump actions/cache from 2.1.3 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.3 to 3.2.2. - [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.3...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cebdd02..2e0d376 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: with: node-version: 14.x - name: Use cached node_modules - uses: actions/cache@v2.1.3 + uses: actions/cache@v3.2.2 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }} @@ -41,7 +41,7 @@ jobs: with: node-version: 14.x - name: Use cached node_modules - uses: actions/cache@v2.1.3 + uses: actions/cache@v3.2.2 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d4161c..3646657 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: with: node-version: 14.x - name: Use cached node_modules - uses: actions/cache@v2.1.3 + uses: actions/cache@v3.2.2 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }}