diff --git a/.github/workflows/linter_on_push.yml b/.github/workflows/linter_on_push.yml index dbe7cc1da..b5b7fd2c2 100644 --- a/.github/workflows/linter_on_push.yml +++ b/.github/workflows/linter_on_push.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository contents - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Use action to check for CRLF endings uses: erclu/check-crlf@v1.2.0