From fc4dca4999aeb4c257190fb66878613aa025042f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 11:09:58 +0000 Subject: [PATCH] Bump actions/cache from 2.1.4 to 3.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.0.3. - [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.4...v3.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/master.yml | 2 +- .github/workflows/push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 5707b2e2..3406dde3 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -17,7 +17,7 @@ jobs: node-version: 12.18.3 - name: node cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.0.3 env: cache-name: modules-node with: diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6cfe9c77..830dab17 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: node cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.0.3 env: cache-name: modules-node with: