From 6514e60084be5a2cb26ab03ce4d65da457cb68ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 00:16:53 +0000 Subject: [PATCH] fix(deps): bump actions/cache from 3.2.4 to 3.2.6 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.6. - [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/v3.2.4...v3.2.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 1c1668d..d9a3934 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -18,7 +18,7 @@ jobs: with: node-version: 12.x - name: Cache Node files - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.2.6 env: cache-name: cache-node-modules with: @@ -41,7 +41,7 @@ jobs: with: node-version: 12.x - name: Cache Node files - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.2.6 env: cache-name: cache-node-modules with: @@ -68,7 +68,7 @@ jobs: node-version: '12.x' registry-url: 'https://registry.npmjs.org' - name: Cache Node files - uses: actions/cache@v3.2.4 + uses: actions/cache@v3.2.6 env: cache-name: cache-node-modules with: