diff options
| author | XhmikosR <[email protected]> | 2019-12-13 15:59:37 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-12-14 17:09:46 +0200 |
| commit | 97e2e0da7c115334bfba25323d7234eb3c52d9e7 (patch) | |
| tree | 0c992c72432649c7ddff63b1fec15c5bed84f394 | |
| parent | b77af553250def9f5c9042dc3201cc6e0a8ac299 (diff) | |
| download | bootstrap-97e2e0da7c115334bfba25323d7234eb3c52d9e7.tar.xz bootstrap-97e2e0da7c115334bfba25323d7234eb3c52d9e7.zip | |
CI: update to `actions/checkout@v2` (#29847)
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 994972a03..2cb23ab26 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 |
