From e736d46b784655d42ae11ca638c33cb0172df757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 16:37:25 -0400 Subject: Bump actions/cache from 2.1.5 to 2.1.6 (#1063) 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) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/pr-test.yml') diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 45701450ac..205ab08424 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -33,7 +33,7 @@ jobs: node-version: "12" - name: Cache node_modules - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 id: cached-node_modules with: path: | -- cgit v1.2.3-54-g00ecf