Skip to content

Commit c18c484

Browse files
committed
chore(deps): update actions/checkout action to v2
1 parent 58ac4d4 commit c18c484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
--workdir /home/dynamodblocal
1414
--health-cmd "curl --fail http://127.0.0.1:8000/shell/ || exit 1" --health-interval 10s --health-timeout 5s --health-retries 5
1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v2
1717
- name: Prepare
1818
run: npm ci
1919
- name: Lint

0 commit comments

Comments
 (0)