Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 13, 2024
1 parent f8e335e commit 3c25f28
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
chmod +x ./target/codspeed/oxc_benchmark/*
- name: Install codspeed
uses: taiki-e/install-action@v2
uses: taiki-e/install-action@v2.46.8
with:
tool: cargo-codspeed

Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
# save-cache: ${{ github.ref_name == 'main' }}

# - name: Install codspeed
# uses: taiki-e/install-action@v2
# uses: taiki-e/install-action@v2.46.8
# with:
# tool: cargo-codspeed

Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
# rm -rf target/codspeed/oxc_benchmark/*.d

# - name: Run Rust benchmark
# uses: CodSpeedHQ/action@v2
# uses: CodSpeedHQ/action@v2.46.8
# timeout-minutes: 30
# with:
# run: cargo codspeed run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-llvm-lines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: Boshen/setup-rust@main

- name: Install cargo-llvm-lines
uses: taiki-e/install-action@v2
uses: taiki-e/install-action@v2.46.8
with:
tool: cargo-llvm-lines

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release_napi_parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release_napi_transform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release_oxlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release_vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

Expand Down

0 comments on commit 3c25f28

Please sign in to comment.