From: XhmikosR Date: Fri, 13 Dec 2019 13:59:37 +0000 (+0200) Subject: CI: update to `actions/checkout@v2` (#29847) X-Git-Tag: v5.0.0-alpha1~602 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c26636d56b3df4ff97d1752703e123cbca933e22;p=thirdparty%2Fbootstrap.git CI: update to `actions/checkout@v2` (#29847) --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8fa00e5216..104d9fa222 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,9 +15,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v1 - with: - fetch-depth: 3 + uses: actions/checkout@v2 - name: Set Node.js version uses: actions/setup-node@v1