Skip to content

Commit 995e4a2

Browse files
authored
Merge pull request #209 from chantouchsek/dependabot/github_actions/actions/setup-node-2.5.1
fix(deps): bump actions/setup-node from 2.4.1 to 2.5.1
2 parents 2d387e6 + 838f53f commit 995e4a2

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
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/[email protected]
2222
with:
2323
fetch-depth: 1
24-
- uses: actions/[email protected].0
24+
- uses: actions/[email protected].1
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: yarn

0 commit comments

Comments
 (0)