From 47c7f9797960ff8bb6b73bd0b864c54bba63316e Mon Sep 17 00:00:00 2001 From: Igor Savin Date: Thu, 18 Jan 2024 13:50:34 +0200 Subject: [PATCH] Downgrade checkout GA --- .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 244f823..65da005 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: main fetch-depth: 0 # fetch all commits so auto-changelog is correctly generating