diff --git a/.github/workflows/check-crlf.yml b/.github/workflows/check-crlf.yml index ef4976f..42f358a 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@v5 + uses: actions/checkout@v6 - name: Use action to check for CRLF endings uses: erclu/check-crlf@master diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index dba6df8..7a106ed 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -9,7 +9,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')" steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build run: docker run --rm -e WORK_DIR=$PWD -v $PWD:$PWD ubuntu:24.04 $PWD/.github/workflows/linux.sh