Skip to content

Commit 25ea4f3

Browse files
authored
Merge pull request #116 from Bot-Academia/dependabot/github_actions/actions/cache-2.1.6
fix(deps): bump actions/cache from 2.1.4 to 2.1.6
2 parents 1162804 + c17b541 commit 25ea4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: ${{ matrix.node }}
3030

3131
- name: Cache node_modules 📦
32-
uses: actions/cache@v2.1.4
32+
uses: actions/cache@v2.1.6
3333
with:
3434
path: ~/.npm
3535
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)