From 2f3e9ed68ee120437a5d6dd22b5f33d12c35dd80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 15:24:08 +0100 Subject: [PATCH] Bump actions/cache from 2.1.5 to 2.1.7 (#2207) Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.7) --- 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e154a1b3..806493c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Load cached dependencies - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.7 id: cache with: path: | @@ -144,7 +144,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Load cached dependencies - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.7 id: cache with: path: |