Skip to content

Commit dc74b26

Browse files
authored
Merge pull request #120 from chantouchsek/dependabot/github_actions/actions/setup-node-2.4.1
fix(deps): bump actions/setup-node from 2.4.0 to 2.4.1
2 parents 6b4d33d + 0bd0fb3 commit dc74b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/[email protected]
2323
with:
2424
fetch-depth: 1
25-
- uses: actions/[email protected].0
25+
- uses: actions/[email protected].1
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- run: yarn

0 commit comments

Comments
 (0)