From c4eb03a620b270719e39f1eec050cd3b4ebd4bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 01:01:02 +0000 Subject: [PATCH] build(deps): bump actions/cache from 2.1.3 to 3.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.3 to 3.2.3. - [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.3) --- 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..c3baef7 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.3 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.3 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d4161c..2118e9d 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.3 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }}