From a5852309f6892e2a4be8eb6909f61dde315dcd50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 15:56:35 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.0.9 to 3.2.6 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 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.0.9...v3.2.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci-dependabot.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2ce299e..43ba977 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -20,7 +20,7 @@ jobs: node-version: 14 - name: Restore Node.js modules id: cache-node-modules - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.2.6 with: path: node_modules key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }} diff --git a/.github/workflows/ci-dependabot.yml b/.github/workflows/ci-dependabot.yml index 36f145f..d34d744 100644 --- a/.github/workflows/ci-dependabot.yml +++ b/.github/workflows/ci-dependabot.yml @@ -16,7 +16,7 @@ jobs: node-version: 14 - name: Cache Node.js modules id: cache-node-modules - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.2.6 with: path: node_modules key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }} @@ -35,7 +35,7 @@ jobs: with: node-version: 14 - name: Restore Node.js modules - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.2.6 with: path: node_modules key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd748fe..4a598b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: node-version: 14 - name: Cache Node.js modules id: cache-node-modules - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.2.6 with: path: node_modules key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }} @@ -38,7 +38,7 @@ jobs: with: node-version: 14 - name: Restore Node.js modules - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.2.6 with: path: node_modules key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}