Skip to content

Commit edfcbce

Browse files
authoredApr 13, 2021
Bump actions/cache from v2.1.4 to v2.1.5 (#176)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...1a9e213) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92b68f4 commit edfcbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
- name: Restore cached dependencies
25-
uses: actions/cache@v2.1.4
25+
uses: actions/cache@v2.1.5
2626
with:
2727
path: node_modules
2828
key: node-modules-${{ hashFiles('package.json') }}

0 commit comments

Comments
 (0)
Please sign in to comment.