Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopalet authored Oct 10, 2023
1 parent 7e09904 commit bd286d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd286d3

Please sign in to comment.