Skip to content

Commit

Permalink
Merge pull request #276 from alallier/renovate/actions-checkout-2.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v2
  • Loading branch information
alallier authored Jun 9, 2021
2 parents 398d965 + f341079 commit 1a9b2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
node-version: [12.x, 14.x, 16.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 1a9b2bb

Please sign in to comment.