From 7140c6704d04bb227cdd3f1f7bfa370fe035c1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:49:07 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 2.1.5 to 2.1.6 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] --- .github/workflows/lint.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 55e3f72..3b2fd64 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -22,7 +22,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Load yarn cache - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 id: yarn-cache with: path: ./node_modules diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index db9c85f..9f9eade 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Load yarn cache - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 id: yarn-cache with: path: ./node_modules