From 27e5ef3ee6ce2a711fe26e25136683850f591219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 00:04:09 +0000 Subject: [PATCH] fix(deps): bump actions/cache from 2.1.7 to 3.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 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.7...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/package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index e2478dc..42d53bf 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.3 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.3 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.3 env: cache-name: cache-node-modules with: