From cc5d3bc2e54cdd02bbcafec94d232413aa9607b2 Mon Sep 17 00:00:00 2001 From: Edo Date: Wed, 3 May 2023 13:34:42 +0100 Subject: [PATCH] maint: update release.yml --- .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 84e72be..f8ec0dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: name: Create GitHub Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.2 with: fetch-depth: 1 - name: Create ZIP archive