From 78bb083c1af46afd043675e67c26234489979e86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 21:57:51 +0000 Subject: [PATCH] build(deps): bump actions/cache from 2.1.7 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.3.1. - [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.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/gh-npm-release.yml | 2 +- .github/workflows/gh-pages.yml | 2 +- .github/workflows/npm-release.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c7d674f..26c54e5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: id: npm-cache run: | echo "::set-output name=dir::$(npm config get cache)" - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.3.1 with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -58,7 +58,7 @@ jobs: with: node-version: '12' - name: Cache .npm directory - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/gh-npm-release.yml b/.github/workflows/gh-npm-release.yml index 569b8731..72123eee 100644 --- a/.github/workflows/gh-npm-release.yml +++ b/.github/workflows/gh-npm-release.yml @@ -16,7 +16,7 @@ jobs: with: node-version: '12' - name: Cache .npm directory - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 3223dc9d..75e0b82b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,7 +16,7 @@ jobs: with: node-version: '12' - name: Cache .npm directory - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index dd8dc0a2..4a25a502 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -16,7 +16,7 @@ jobs: with: node-version: '12' - name: Cache .npm directory - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}