From 15a247771e97d0ed4d0474c5c25a15f6814eab4d Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Thu, 7 Dec 2023 19:14:23 +0100 Subject: [PATCH] Update checkout action to v4 to silence CI warnings --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dea1dee2..a8a29293 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: ocaml-compiler: ocaml-base-compiler.5.0.0 runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ocaml/setup-ocaml@v2 with: ocaml-compiler: ${{ matrix.ocaml-compiler }}