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:
commit
374fa6a59e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
|
|
||||||
# checkout repo
|
# checkout repo
|
||||||
- name: "checkout"
|
- name: "checkout"
|
||||||
uses: "actions/checkout@v4"
|
uses: "actions/checkout@v6"
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue