Merge branch 'renovate_actions-checkout-6.x' into 'main'

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

See merge request go/gogitlabber!7
This commit is contained in:
Simon Cornet 2026-01-22 10:36:01 +01:00
commit 374fa6a59e

View file

@ -14,7 +14,7 @@ jobs:
# checkout repo
- name: "checkout"
uses: "actions/checkout@v4"
uses: "actions/checkout@v6"
with:
fetch-depth: 0