diff --git a/.github/workflows/weekly_crlftolf.yaml b/.github/workflows/weekly_crlftolf.yaml index 950fd102d58..3686853fb97 100644 --- a/.github/workflows/weekly_crlftolf.yaml +++ b/.github/workflows/weekly_crlftolf.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest # Use a Linux runner steps: - name: Checkout repository contents - uses: actions/checkout@v2 # Use the checkout action + uses: actions/checkout@v4 # Use the checkout action - name: Find files with CRLF endings uses: erclu/check-crlf@v1.2.0 # Use the check-crlf action id: check-crlf # Assign an id to this step