From b83522cba336a8a53888aaeba97caf5a1619510f Mon Sep 17 00:00:00 2001 From: Idir Lankri Date: Mon, 4 Mar 2024 19:55:16 +0100 Subject: [PATCH] [ci] Use the latest version of `actions/checkout` To avoid the warning about deprecated Node.js 16 actions. See https://github.com/ocsigen/tyxml/actions/runs/8134818335. --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 76030c564..ffb6e4d7a 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use OCaml ${{ matrix.ocaml-compiler }} uses: ocaml/setup-ocaml@v2