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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# `npm test` runs the official suite with code generation blocked
# (tests/test_no_eval.js), so this job needs the submodule the same way
# test-suite does.
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
submodules: true

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
test-cpp:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- name: Install RE2
run: sudo apt-get update && sudo apt-get install -y libre2-dev libabsl-dev
Expand All @@ -94,7 +94,7 @@ jobs:
test-suite:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
submodules: true

Expand All @@ -117,7 +117,7 @@ jobs:
test-ts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
submodules: true

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
target: win32-x64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
platform: linux/arm64
target: linux-arm64-musl
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- name: Build in Alpine container
# The retry loop predates the native runners and stays as a cheap
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- uses: actions/setup-node@v4
with:
Expand Down
Loading