diff --git a/.github/workflows/crlf-check.yml b/.github/workflows/crlf-check.yml index 9ee45a9..f80bf8a 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@v6.0.2 + uses: actions/checkout@v6.0.3 - 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 160432a..b425082 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@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Linelint uses: fernandrone/linelint@master id: linelint