From 3f8ff1a66c1648c561a1d6f99f55d7206360088b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 19:05:38 +0200 Subject: [PATCH] Bump actions/cache from 2.1.5 to 2.1.6 (#4) Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 d01cd7ce61..840fe021c5 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@v2.1.5 + uses: actions/cache@v2.1.6 with: path: .cache key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index fabdf6dd95..d3da213fcd 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@v2.1.5 + uses: actions/cache@v2.1.6 with: path: .cache key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }}