From: XhmikosR Date: Fri, 13 Dec 2019 13:59:37 +0000 (+0200) Subject: CI: update to `actions/checkout@v2` (#29847) X-Git-Tag: v4.5.0~148 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97e2e0da7c115334bfba25323d7234eb3c52d9e7;p=thirdparty%2Fbootstrap.git CI: update to `actions/checkout@v2` (#29847) --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 994972a037..2cb23ab269 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