Skip to content

Commit

Permalink
ci: fix more action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 13, 2024
1 parent 4dd69b5 commit 13fe68d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_napi_parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_napi_transform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_oxlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13fe68d

Please sign in to comment.