From 10723ad3a3e4e9ef0a30976d0ffa444f10c287d5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 10 Apr 2021 22:07:12 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v2 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8991908..4fc1f1a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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