Skip to content

Commit

Permalink
ci(github): use checkout@v1 to resolve issue with semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mooyoul committed Sep 25, 2020
1 parent 59d1a06 commit eae825c
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@v2
- uses: actions/checkout@v1
- name: Prepare
run: npm ci
- name: Lint
Expand Down

0 comments on commit eae825c

Please sign in to comment.