diff --git a/.github/workflows/check-crlf.yml b/.github/workflows/check-crlf.yml index fb39fa6..868063d 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@v5 + uses: actions/checkout@v6 - name: Use action to check for CRLF endings uses: erclu/check-crlf@master \ No newline at end of file