Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Bump actions/cache from 2.1.5 to 2.1.6
Browse files Browse the repository at this point in the history
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](actions/cache@v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 28, 2021
1 parent aed92f9 commit 8820985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Cache Dependencies
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: node_modules
key: yarn-${{ hashFiles('yarn.lock') }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Cache Dependencies
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: node_modules
key: yarn-${{ hashFiles('yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Cache Dependencies
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: node_modules
key: yarn-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit 8820985

Please # to comment.