Skip to content

Commit 2de24f1

Browse files
authored
Merge pull request #346 from ocsigen/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents c08869c + fce342b commit 2de24f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout tree
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
- name: Set-up OCaml
3333
uses: ocaml/setup-ocaml@v3
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Checkout tree
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
- name: Set-up OCaml
4949
uses: ocaml/setup-ocaml@v3
5050
with:

0 commit comments

Comments
 (0)