From 4c9433f7a73c97222037bb85b3d642fbaa0bf334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 01:00:34 +0000 Subject: [PATCH] build(deps): bump actions/cache from 2.1.3 to 3.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.3 to 3.2.0. - [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.0) --- 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..ee532f0 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.0 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.0 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d4161c..3903b84 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.0 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }}