From d9383018442e57d7001a963d52d25e803e94c9fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 11:08:04 +0000 Subject: [PATCH] Bump actions/cache from 2.1.4 to 3.0.4 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.0.4. - [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.4) --- 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..ae279bb6 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.4 env: cache-name: modules-node with: diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6cfe9c77..0601cbb6 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.4 env: cache-name: modules-node with: