Skip to content

Commit 8d5acbf

Browse files
dependabot[bot]hhugo
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4695864 commit 8d5acbf

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
@@ -103,7 +103,7 @@ jobs:
103103
run: sudo apt-get update
104104

105105
- name: Checkout tree
106-
uses: actions/checkout@v5
106+
uses: actions/checkout@v6
107107

108108
# EJGA: Note that I tried to fix this upstream as depext is
109109
# 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
@@ -16,7 +16,7 @@ jobs:
1616
- name: Update apt cache
1717
run: sudo apt-get update
1818
- name: Checkout tree
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Set-up OCaml
2121
uses: ocaml/setup-ocaml@v3
2222
with:
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout tree
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
- name: Set-up OCaml
3939
uses: ocaml/setup-ocaml@v3
4040
with:
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Checkout tree
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949
- name: Set-up Biome
5050
uses: biomejs/setup-biome@v2
5151
with:

.github/workflows/wasm_of_ocaml.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ jobs:
7171
run: sudo apt-get update
7272

7373
- name: Checkout tree
74-
uses: actions/checkout@v5
74+
uses: actions/checkout@v6
7575
with:
7676
path: wasm_of_ocaml
7777

7878
- name: Checkout Jane Street opam repository
7979
if: matrix.jane_street_tests
80-
uses: actions/checkout@v5
80+
uses: actions/checkout@v6
8181
with:
8282
repository: janestreet/opam-repository
8383
ref: 2819773f29b6f6c14b918eae3cb40c8ff6b22d0e

0 commit comments

Comments
 (0)