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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- os: windows-latest
ocaml-compiler: "ocaml-base-compiler.5.4.1,conf-pkg-config,conf-mingw-w64-gcc-i686,conf-gmp,conf-gmp-powm-sec,conf-sqlite3,conf-mingw-w64-gmp-i686,conf-mingw-w64-gmp-x86_64,conf-mingw-w64-sqlite3-x86_64"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
# The monthly stamp bounds opam-repository metadata drift (the
# setup-ocaml snapshot is immutable once saved); the opam-file hash
# refreshes the cache when the dependency set changes.
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
run:
working-directory: grammars-lezer/${{ matrix.package }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: "22"
Expand All @@ -90,7 +90,7 @@ jobs:
run:
working-directory: lib/grammars/${{ matrix.grammar }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: "22"
Expand All @@ -111,7 +111,7 @@ jobs:
name: Cross-grammar sync
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: "22"
Expand All @@ -134,7 +134,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Validate commits on PR branch
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
ocaml-compiler: "ocaml-base-compiler.5.4.1,conf-pkg-config,conf-mingw-w64-gcc-i686,conf-gmp,conf-gmp-powm-sec,conf-sqlite3,conf-mingw-w64-gmp-i686,conf-mingw-w64-gmp-x86_64,conf-mingw-w64-sqlite3-x86_64"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

# Same cache rotation as ci.yml: the monthly stamp bounds
# opam-repository metadata drift, the opam-file hash refreshes the
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
run:
working-directory: grammars-lezer/${{ matrix.package }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: "22"
Expand Down
Loading