Skip to content

Commit a66fa7d

Browse files
dependabot[bot]smorimoto
authored andcommitted
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] <support@github.com>
1 parent 938c18c commit a66fa7d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/js_of_ocaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
git config --global core.ignorecase false
117117
118118
- name: Checkout tree
119-
uses: actions/checkout@v4
119+
uses: actions/checkout@v5
120120

121121
# EJGA: Note that I tried to fix this upstream as depext is
122122
# getting much better, but no luck yet, c.f:

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Update apt cache
1414
run: sudo apt-get update
1515
- name: Checkout tree
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- name: Set-up OCaml
1818
uses: ocaml/setup-ocaml@v3
1919
with:
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout tree
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
- name: Set-up OCaml
3636
uses: ocaml/setup-ocaml@v3
3737
with:
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Checkout tree
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646
- name: Set-up Biome
4747
uses: biomejs/setup-biome@v2
4848
with:

.github/workflows/wasm_of_ocaml.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ jobs:
7474
git config --global core.ignorecase false
7575
7676
- name: Checkout tree
77-
uses: actions/checkout@v4
77+
uses: actions/checkout@v5
7878
with:
7979
path: wasm_of_ocaml
8080

8181
- name: Checkout Jane Street opam repository
8282
if: matrix.jane_street_tests
83-
uses: actions/checkout@v4
83+
uses: actions/checkout@v5
8484
with:
8585
repository: janestreet/opam-repository
8686
ref: 2819773f29b6f6c14b918eae3cb40c8ff6b22d0e

0 commit comments

Comments
 (0)