Update actions/checkout action to v4 (#75)

This commit is contained in:
João Palet 2023-10-10 17:03:45 +02:00 committed by GitHub
parent 7e09904bc0
commit bd286d3c2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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