Skip to content

Commit 58e1a7d

Browse files
authored
Merge pull request #237 from ocsigen/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 5127728 + 938c337 commit 58e1a7d

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@v4
35+
uses: actions/checkout@v5
3636

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

0 commit comments

Comments
 (0)