Skip to content

Commit 2aa4dd6

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52f5ed2 commit 2aa4dd6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
ocaml-compiler: ${{ matrix.ocaml-compiler }}
5252

5353
- name: Checkout code
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v5
5555
with:
5656
path: wasm_of_ocaml
5757

@@ -66,7 +66,7 @@ jobs:
6666
run: opam install --fake binaryen-bin
6767

6868
- name: Checkout Jane Street opam repository
69-
uses: actions/checkout@v4
69+
uses: actions/checkout@v5
7070
with:
7171
repository: janestreet/opam-repository
7272
ref: feaf8f831051fd5f316963b28efd728cf0b0eca1

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
sudo aptitude -o Acquire::Retries=30 install gcc-multilib g++-multilib pkg-config libgmp-dev libgmp-dev:i386 libx11-dev:i386 -y
9999
100100
- name: Checkout tree
101-
uses: actions/checkout@v4
101+
uses: actions/checkout@v5
102102

103103
- name: Set-up Node.js
104104
uses: actions/setup-node@v4

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout tree
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- name: Set-up OCaml
1616
uses: ocaml/setup-ocaml@v3
1717
with:
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout tree
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
- name: Set-up OCaml
2828
uses: ocaml/setup-ocaml@v3
2929
with:
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout tree
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939
- name: Set-up Biome
4040
uses: biomejs/setup-biome@v2
4141
- name: Run biome

0 commit comments

Comments
 (0)