From d29ea5c972e43b69c394d9757141743546be5992 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Wed, 15 Jul 2020 16:21:29 +0300 Subject: [PATCH] release workflow uses checkout 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 c8097e408..993073db0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Install NPM dependencies run: npm install - name: Build