diff --git a/.github/workflows/check-crlf.yml b/.github/workflows/check-crlf.yml index 42f358a..965f7cb 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@v6 + uses: actions/checkout@v7 - 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 7a106ed..e078497 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@v6 + uses: actions/checkout@v7 - name: Build run: docker run --rm -e WORK_DIR=$PWD -v $PWD:$PWD ubuntu:24.04 $PWD/.github/workflows/linux.sh