From 568e1c207917b061d597652976df4da8feff535f Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Sun, 5 Jul 2020 22:45:41 +0900 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 078ff14..af79b22 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,10 +24,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@master + uses: actions/checkout@v2 - name: Use OCaml ${{ matrix.ocaml-version }} - uses: avsm/setup-ocaml@v1.0.1 + uses: avsm/setup-ocaml@v1 with: ocaml-version: ${{ matrix.ocaml-version }}