From 94cc7c8256b076bd815770afafd8c9a478dfb83d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Apr 2021 08:43:06 +0000 Subject: [PATCH] Bump actions/cache from v1 to v2.1.5 Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v1...1a9e2138d905efd099035b49d8b7a3888c653ca8) Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/e2e.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cbcac4b24..9b984eacd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: run: npm i yarn --global - name: Cache Node Modules - uses: actions/cache@v1 + uses: actions/cache@v2.1.5 with: path: .cache key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 53285bc28..0861d43ae 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -20,7 +20,7 @@ jobs: run: npm i yarn --global - name: Cache Node Modules - uses: actions/cache@v1 + uses: actions/cache@v2.1.5 with: path: .cache key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }}