mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
ci: fix more action versions
This commit is contained in:
parent
4dd69b5811
commit
13fe68d0dd
3 changed files with 3 additions and 3 deletions
2
.github/workflows/release_napi_parser.yml
vendored
2
.github/workflows/release_napi_parser.yml
vendored
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
|
||||
### install musl dependencies ###
|
||||
#
|
||||
- uses: goto-bus-stop/setup-zig@v2.46.8
|
||||
- uses: goto-bus-stop/setup-zig@v1.2.1
|
||||
if: ${{ contains(matrix.target, 'musl') }}
|
||||
with:
|
||||
version: 0.11.0
|
||||
|
|
|
|||
2
.github/workflows/release_napi_transform.yml
vendored
2
.github/workflows/release_napi_transform.yml
vendored
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
|
||||
### install musl dependencies ###
|
||||
|
||||
- uses: goto-bus-stop/setup-zig@v2.46.8
|
||||
- uses: goto-bus-stop/setup-zig@v1.2.1
|
||||
if: ${{ contains(matrix.target, 'musl') }}
|
||||
with:
|
||||
version: 0.11.0
|
||||
|
|
|
|||
2
.github/workflows/release_oxlint.yml
vendored
2
.github/workflows/release_oxlint.yml
vendored
|
|
@ -204,7 +204,7 @@ jobs:
|
|||
done
|
||||
|
||||
- name: Create GitHub Release
|
||||
uses: softprops/action-gh-release@v2.7.5
|
||||
uses: softprops/action-gh-release@v2.2.0
|
||||
with:
|
||||
body: ${{ steps.run.outputs.CHANGELOG }}
|
||||
draft: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue