From a2b02be6a715a7d2ad92fd918305d443a876f785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 00:02:24 +0000 Subject: [PATCH] fix(deps): bump actions/cache from 2.1.7 to 3.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.2.4. - [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.7...v3.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index e2478dc..bc73b9b 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -18,7 +18,7 @@ jobs: with: node-version: 14.x - name: Cache Node files - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.4 env: cache-name: cache-node-modules with: @@ -46,7 +46,7 @@ jobs: with: node-version: 14.x - name: Cache Node files - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.4 env: cache-name: cache-node-modules with: @@ -81,7 +81,7 @@ jobs: node-version: '14.x' registry-url: 'https://registry.npmjs.org' - name: Cache Node files - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.4 env: cache-name: cache-node-modules with: