Skip to content

Commit f15a32d

Browse files
authored
Merge pull request #225 from ilankri/ci
[ci] Use the latest version of `actions/checkout`
2 parents dd33f5d + be88f05 commit f15a32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

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

3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v3
3434

3535
- name: Use OCaml ${{ matrix.ocaml-compiler }}
3636
uses: ocaml/setup-ocaml@v2

0 commit comments

Comments
 (0)