Skip to content

Commit be88f05

Browse files
committed
[ci] Use the latest version of actions/checkout
To avoid the warning about deprecated Node.js 12 actions. See https://github.com/ocsigen/ocsigenserver/actions/runs/3672047258.
1 parent 852f72a commit be88f05

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
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v3
3232

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

0 commit comments

Comments
 (0)