fix(release): Downgraded checkout action due to node24 issue
Some checks failed
ci / goreleaser (push) Failing after 24s
Some checks failed
ci / goreleaser (push) Failing after 24s
This commit is contained in:
parent
8b197ea9f5
commit
56dbb7a9d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue