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 Dec 19, 2020
1 parent a97982f commit 933d268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
--workdir /home/dynamodblocal
--health-cmd "curl --fail http://127.0.0.1:8000/shell/ || exit 1" --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Prepare
run: npm ci
- name: Lint
Expand Down

0 comments on commit 933d268

Please sign in to comment.