Skip to content

Commit a7ebeb9

Browse files
chore(deps): bump actions/cache from 2.1.5 to 2.1.6 (#16)
1 parent 747c3ff commit a7ebeb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

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

2424
- name: Load yarn cache
25-
uses: actions/[email protected].5
25+
uses: actions/[email protected].6
2626
id: yarn-cache
2727
with:
2828
path: ./node_modules

.github/workflows/test.yaml

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

2424
- name: Load yarn cache
25-
uses: actions/[email protected].5
25+
uses: actions/[email protected].6
2626
id: yarn-cache
2727
with:
2828
path: ./node_modules

0 commit comments

Comments
 (0)