diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index 451712b0..b238b420 100644 --- a/.github/workflows/repolinter.yml +++ b/.github/workflows/repolinter.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout repo" - uses: actions/checkout@v2.0.0 + uses: actions/checkout@v2.7.0 with: fetch-depth: 0 - name: "Install Node.js"