From 8e447e5cdd2c4ae08ef5207d1d99ecaef0e38b38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 11:10:18 +0000 Subject: [PATCH] Bump actions/cache from 2.1.4 to 3.0.10 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.0.10. - [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.10) --- 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..0d664673 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.10 env: cache-name: modules-node with: diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6cfe9c77..378fc8ce 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.10 env: cache-name: modules-node with: