Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
name: Rust (fmt + clippy + test)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: jdx/mise-action@v4
with:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
# depends on `build:render-worker` + `build:engines`, so we need
# the same Rust + wasm32-wasip1 setup as the rust job.
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: jdx/mise-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: jdx/mise-action@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
source_commit: ${{ steps.detect.outputs.source_commit }}
source_run_id: ${{ steps.detect.outputs.source_run_id }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ inputs.tag }}
fetch-depth: 0
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
needs: detect-version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ needs.detect-version.outputs.source_commit }}

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
npm_dist_tag: ${{ steps.parse.outputs.npm_dist_tag }}
source_commit: ${{ steps.parse.outputs.source_commit }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ github.event.inputs.tag || github.ref_name }}
fetch-depth: 0
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
runs-on: ubuntu-latest
needs: detect-version
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ needs.detect-version.outputs.source_commit }}

Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
target: x86_64-pc-windows-msvc
runs-on: ${{ matrix.host }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ needs.detect-version.outputs.source_commit }}

Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:
needs: detect-version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ needs.detect-version.outputs.source_commit }}

Expand Down Expand Up @@ -502,7 +502,7 @@ jobs:
archive: zip
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ needs.detect-version.outputs.source_commit }}

Expand Down Expand Up @@ -636,7 +636,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' || inputs.dry-run == false
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ needs.detect-version.outputs.source_commit }}
- uses: actions/download-artifact@v8
Expand Down Expand Up @@ -692,7 +692,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' || inputs.dry-run == false
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ needs.detect-version.outputs.source_commit }}
- uses: actions/download-artifact@v8
Expand Down