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 13, 2021
1 parent d69d0d8 commit c33e1f5
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 c33e1f5

Please sign in to comment.