From 5a42c96aa4a8e3441dd3c3c923c7580b84cf5c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 01:00:30 +0000 Subject: [PATCH] :arrow_up: Bump actions/cache from 2.1.6 to 3.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 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.6...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/build.yml | 2 +- .github/workflows/release-github.yml | 2 +- .github/workflows/release-npm.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5d2181..0af8e83 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: cache npm - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index e2dba02..e78abca 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -23,7 +23,7 @@ jobs: ref: ${{ github.event.inputs.branch }} - name: cache npm - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 83f44da..c05ad23 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -25,7 +25,7 @@ jobs: ref: ${{ github.event.inputs.branch }} - name: cache npm - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}