From 3e6523b189e834e811f103008f5b1f948908360f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 11:10:14 +0000 Subject: [PATCH] Bump actions/cache from 2.1.4 to 3.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.0.2. - [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.2) --- 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..974ec233 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.2 env: cache-name: modules-node with: diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6cfe9c77..f20025df 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.2 env: cache-name: modules-node with: