Skip to content

Commit 517b00b

Browse files
authored
Merge pull request #38 from jmid/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents f293e64 + 8f9e97f commit 517b00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

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

3232
- name: Use OCaml ${{ matrix.ocaml-compiler }}
3333
uses: ocaml/setup-ocaml@v3

0 commit comments

Comments
 (0)