From c261e788e0813d1a37394cdeab3e5f2e6694c5f4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Jun 2021 17:12:54 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4710ed5..3bb7c43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: needs: [build, lint, test] steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Node setup uses: actions/setup-node@v1 with: -- 2.45.2