diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bd9b21e4..eef3b729 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,7 +6,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2.3.4 + with: + fetch-depth: 0 - name: Installing Node uses: actions/setup-node@v2.1.5 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a3040eaa..dfba1c9f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -6,8 +6,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 - + uses: actions/checkout@v2.3.4 + with: + fetch-depth: 0 + - name: Install Node uses: actions/setup-node@v2.1.5 with: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 8d9636b3..0bd2c42b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -11,7 +11,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2.3.4 + with: + fetch-depth: 0 - name: Installing Node uses: actions/setup-node@v2.1.5 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2b02d49f..0bb5bdbb 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -6,7 +6,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2.3.4 + with: + fetch-depth: 0 - name: Installing Node uses: actions/setup-node@v2.1.5