From 0bac65a4d8933eded2b2771bdc704afceca5d784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 07:23:01 +0000 Subject: [PATCH] Bump actions/cache from v2.1.4 to v2.1.5 Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8) 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..13bf52d4 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@v2.1.5 env: cache-name: modules-node with: diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6cfe9c77..1132697d 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@v2.1.5 env: cache-name: modules-node with: