From 8c7bb7e9dc506739218173b8d6ab396f7931c77e Mon Sep 17 00:00:00 2001 From: Jeff McKenna Date: Fri, 28 Jul 2023 11:20:56 -0300 Subject: [PATCH] upgrade LF action (#315) --- .github/workflows/check-crlf.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-crlf.yml b/.github/workflows/check-crlf.yml index 66383c54..e564e14f 100644 --- a/.github/workflows/check-crlf.yml +++ b/.github/workflows/check-crlf.yml @@ -8,13 +8,13 @@ on: [push, pull_request] jobs: Check-CRLF: name: verify that only LF linefeeds are used - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - name: Checkout repository contents - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Use action to check for CRLF endings - uses: erclu/check-crlf@v1.1.2 + uses: erclu/check-crlf@v1.2.0 with: # ignore directories below, space-delimited exclude: \ No newline at end of file