From fea42d7aea73ce3bc92faa838ad1e2c6568c75d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 21:00:41 +0000 Subject: [PATCH] fix(deps): bump actions/cache from 2.1.7 to 3.2.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.2.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.2.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 | 2 +- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/shipjs-trigger.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38080a0b..3f748751 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: registry-url: 'https://npm.pkg.github.com' scope: '@geospoc' - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.2.1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 3463b6a1..9d4f9964 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -18,7 +18,7 @@ jobs: scope: '@geospoc' - name: Cached node_modules ⚡️ - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/shipjs-trigger.yml b/.github/workflows/shipjs-trigger.yml index 3a6663f3..cfa1c9a6 100644 --- a/.github/workflows/shipjs-trigger.yml +++ b/.github/workflows/shipjs-trigger.yml @@ -22,7 +22,7 @@ jobs: scope: '@geospoc' - name: Cache node_modules ⚡️ - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}