From bd286d3c2da4adbedee39543113ae7085b9a912c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Palet?= Date: Tue, 10 Oct 2023 17:03:45 +0200 Subject: [PATCH] Update actions/checkout action to v4 (#75) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e17fae19..bb50d562 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: - name: Check if tag belongs to main branch if: endsWith(github.ref, 'main') == false run: exit -1 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Allow goreleaser to access older tag information. fetch-depth: 0