From 044edb3643027c3079c7ace5bd8b9a23419900e4 Mon Sep 17 00:00:00 2001 From: yivlad Date: Mon, 4 Sep 2023 15:54:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=95=EF=B8=8F=20Use=20checkout=20v2=20i?= =?UTF-8?q?n=20release=20job?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 a5ea43208..cd5b1e4e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@master + uses: actions/checkout@v2 with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0