Skip to content

Commit 6a4466e

Browse files
chore(deps): bump actions/cache from 2.1.4 to 2.1.5
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...v2.1.5) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b3b7be commit 6a4466e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
submodules: true
7171

72-
- uses: actions/cache@v2.1.4
72+
- uses: actions/cache@v2.1.5
7373
with:
7474
path: ~/.npm
7575
key: ${{ matrix.os }}-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)