From 6bb448efdf11643493f1571ce5d17a6daec9396f Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 10 Jan 2020 23:36:05 +0100 Subject: [PATCH] GitHub actions/checkout@v1 --> v2 (#4680) https://github.com/actions/checkout/releases --- .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 5d9bde9e9b1f1..89db1c2ac8610 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Initialize submodules run: git submodule update --recursive --init