chore(package): update actions/checkout action to v6 #2
1 changed files with 1 additions and 1 deletions
chore(package): update actions/checkout action to v6
commit
bea2dc2334
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
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