From 6507ed7a1dc81746b90a552ca3708f487243cc3b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Nov 2020 08:10:58 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5fdf3f..f38d39d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Setup Node.js uses: actions/setup-node@v1 with: