aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-12-13 15:59:37 +0200
committerGitHub <[email protected]>2019-12-13 15:59:37 +0200
commitc26636d56b3df4ff97d1752703e123cbca933e22 (patch)
tree95d1dca949c79580454a60d07a7130303ed0fdfd
parent346be3e7ea06d75418ae48b3837bf722a69a0a23 (diff)
downloadbootstrap-c26636d56b3df4ff97d1752703e123cbca933e22.tar.xz
bootstrap-c26636d56b3df4ff97d1752703e123cbca933e22.zip
CI: update to `actions/checkout@v2` (#29847)
-rw-r--r--.github/workflows/test.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8fa00e521..104d9fa22 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