Update actions/checkout action to v4 (#75)
This commit is contained in:
parent
7e09904bc0
commit
bd286d3c2d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: Check if tag belongs to main branch
|
- name: Check if tag belongs to main branch
|
||||||
if: endsWith(github.ref, 'main') == false
|
if: endsWith(github.ref, 'main') == false
|
||||||
run: exit -1
|
run: exit -1
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
# Allow goreleaser to access older tag information.
|
# Allow goreleaser to access older tag information.
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue