From 25cb167a6ef7d6b00d17e640cea7d90e4871fb07 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Mon, 17 May 2021 13:42:28 +1000 Subject: [PATCH] Fix actions/checkout@v2.3.3 As per https://github.com/actions/checkout/issues/417#issuecomment-775293723 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f33c0ecb95..9f260796bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.3 with: submodules: 'recursive'