Skip to content

Commit a84d1b1

Browse files
authored
Merge pull request #350 from ocsigen/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 2de24f1 + 22468c2 commit a84d1b1

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@v5
30+
uses: actions/checkout@v6
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@v5
47+
uses: actions/checkout@v6
4848
- name: Set-up OCaml
4949
uses: ocaml/setup-ocaml@v3
5050
with:

0 commit comments

Comments
 (0)