diff --git a/.github/workflows/check-crlf.yml b/.github/workflows/check-crlf.yml index 868063d..59ded42 100644 --- a/.github/workflows/check-crlf.yml +++ b/.github/workflows/check-crlf.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repository contents - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Use action to check for CRLF endings uses: erclu/check-crlf@master \ No newline at end of file