chore(deps): update actions/checkout action to v6

This commit is contained in:
renovate[bot]
2025-11-20 16:41:02 +00:00
committed by GitHub
parent 287ae8df8b
commit 117b55eeaf
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0 # this is important, otherwise it won't checkout the full tree (i.e. no previous tags)
- name: Set up Go