Skip to content

Commit 8baa610

Browse files
authored
Merge pull request #1086 from ocsigen/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents f0a4c42 + e3cbc40 commit 8baa610

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout tree
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
- name: Set-up OCaml
1616
uses: ocaml/setup-ocaml@v3
1717
with:

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656

5757
- name: Checkout tree
58-
uses: actions/checkout@v5
58+
uses: actions/checkout@v6
5959

6060
- name: Set-up OCaml
6161
uses: ocaml/setup-ocaml@v3

0 commit comments

Comments
 (0)