From be558ec0091c86fb9ffeb2479cb4fc4e808f10ba Mon Sep 17 00:00:00 2001 From: Igor Ignatev Date: Sat, 15 Oct 2022 23:04:10 +0300 Subject: [PATCH] fix v --- .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 9949242..3afc9ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0