Skip to content

Commit 3879734

Browse files
authored
Merge pull request #240 from ocsigen/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 4620e2d + 30aff92 commit 3879734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout tree
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636

3737
- name: Set-up OCaml
3838
uses: ocaml/setup-ocaml@v3

0 commit comments

Comments
 (0)