-
-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- uses: taiki-e/[email protected] | ||
|
||
- name: Check version changes | ||
uses: EndBug/version-check@v2 | ||
uses: EndBug/version-check@v2.46.8 | ||
id: version | ||
with: | ||
static-checking: localIsNew | ||
|
@@ -92,22 +92,22 @@ jobs: | |
|
||
### install musl dependencies ### | ||
# | ||
- uses: goto-bus-stop/setup-zig@v2 | ||
- uses: goto-bus-stop/setup-zig@v2.46.8 | ||
if: ${{ contains(matrix.target, 'musl') }} | ||
with: | ||
version: 0.11.0 | ||
|
||
- name: Install cargo-zigbuild | ||
if: ${{ contains(matrix.target, 'musl') }} | ||
uses: taiki-e/install-action@v2 | ||
uses: taiki-e/install-action@v2.46.8 | ||
with: | ||
tool: cargo-zigbuild | ||
|
||
### install non-musl dependencies ### | ||
|
||
- name: Install cross | ||
if: ${{ !contains(matrix.target, 'musl') }} | ||
uses: taiki-e/install-action@v2 | ||
uses: taiki-e/install-action@v2.46.8 | ||
with: | ||
tool: cross | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- uses: taiki-e/[email protected] | ||
|
||
- name: Check version changes | ||
uses: EndBug/version-check@v2 | ||
uses: EndBug/version-check@v2.46.8 | ||
id: version | ||
with: | ||
static-checking: localIsNew | ||
|
@@ -92,22 +92,22 @@ jobs: | |
|
||
### install musl dependencies ### | ||
|
||
- uses: goto-bus-stop/setup-zig@v2 | ||
- uses: goto-bus-stop/setup-zig@v2.46.8 | ||
if: ${{ contains(matrix.target, 'musl') }} | ||
with: | ||
version: 0.11.0 | ||
|
||
- name: Install cargo-zigbuild | ||
if: ${{ contains(matrix.target, 'musl') }} | ||
uses: taiki-e/install-action@v2 | ||
uses: taiki-e/install-action@v2.46.8 | ||
with: | ||
tool: cargo-zigbuild | ||
|
||
### install non-musl dependencies ### | ||
|
||
- name: Install cross | ||
if: ${{ !contains(matrix.target, 'musl') }} | ||
uses: taiki-e/install-action@v2 | ||
uses: taiki-e/install-action@v2.46.8 | ||
with: | ||
tool: cross | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
- uses: taiki-e/[email protected] | ||
|
||
- name: Check version changes | ||
uses: EndBug/version-check@v2 | ||
uses: EndBug/version-check@v2.46.8 | ||
id: version | ||
with: | ||
static-checking: localIsNew | ||
|
@@ -86,12 +86,12 @@ jobs: | |
- uses: taiki-e/[email protected] | ||
|
||
- name: Install cross | ||
uses: taiki-e/install-action@v2 | ||
uses: taiki-e/install-action@v2.46.8 | ||
with: | ||
tool: cross | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@v2 | ||
uses: Swatinem/rust-cache@v2.46.8 | ||
with: | ||
shared-key: release-${{ matrix.target }} | ||
|
||
|
@@ -204,7 +204,7 @@ jobs: | |
done | ||
- name: Create GitHub Release | ||
uses: softprops/action-gh-release@v2 | ||
uses: softprops/action-gh-release@v2.46.8 | ||
with: | ||
body: ${{ steps.run.outputs.CHANGELOG }} | ||
draft: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
- uses: taiki-e/[email protected] | ||
|
||
- name: Check vscode version changes | ||
uses: EndBug/version-check@v2 | ||
uses: EndBug/version-check@v2.46.8 | ||
id: version | ||
with: | ||
diff-search: true | ||
|
@@ -81,12 +81,12 @@ jobs: | |
run: pnpm run compile | ||
|
||
- name: Install cross | ||
uses: taiki-e/install-action@v2 | ||
uses: taiki-e/install-action@v2.46.8 | ||
with: | ||
tool: cross | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@v2 | ||
uses: Swatinem/rust-cache@v2.46.8 | ||
with: | ||
shared-key: release-${{ matrix.target }} | ||
|
||
|