diff --git a/.github/workflows/check-crlf.yml b/.github/workflows/check-crlf.yml index 40071a0..3d5744b 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@v4 + uses: actions/checkout@v6 - name: Use action to check for CRLF endings uses: erclu/check-crlf@v1.2.0 \ No newline at end of file