From e179e6c9d6e7eb26008fcfa3f2582b40e7b8e4e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 00:10:37 +0000 Subject: [PATCH] fix(deps): bump actions/cache from 2.1.7 to 3.0.7 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.7. - [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.0.7) --- 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..bffe783 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.0.7 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.0.7 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.0.7 env: cache-name: cache-node-modules with: