diff --git a/.github/workflows/crlf-check.yml b/.github/workflows/crlf-check.yml index f771db5..ab1db05 100644 --- a/.github/workflows/crlf-check.yml +++ b/.github/workflows/crlf-check.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository contents - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 - name: Use action to check for CRLF endings uses: erclu/check-crlf@master diff --git a/.github/workflows/linelint.yml b/.github/workflows/linelint.yml index 1eac8d9..dd90238 100644 --- a/.github/workflows/linelint.yml +++ b/.github/workflows/linelint.yml @@ -14,7 +14,7 @@ jobs: name: Check if all files end in newline steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 - name: Linelint uses: fernandrone/linelint@master id: linelint