Skip to content

Commit

Permalink
ci: use github checkout action v2
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz authored and dependabot[bot] committed Oct 9, 2020
1 parent 8a3550e commit 346413c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Setup
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 346413c

Please sign in to comment.