Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 5, 2021
1 parent 725960a commit 03c96ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
container: node:lts
timeout-minutes: 15
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Prepare
run: npm ci
- name: Lint
Expand Down

0 comments on commit 03c96ef

Please sign in to comment.