From b46537a1cddd3c1cdccdfc2e62f787821e8b1387 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Mon, 25 Nov 2024 10:13:51 +0100 Subject: [PATCH 1/2] Update ci-format.yml fix node.js<20 deprecations --- .github/workflows/ci-format.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-format.yml b/.github/workflows/ci-format.yml index e02bd7a8d..9cb105044 100644 --- a/.github/workflows/ci-format.yml +++ b/.github/workflows/ci-format.yml @@ -15,12 +15,12 @@ jobs: name: Format runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4.5.0 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10' - name: Install system hooks run: sudo apt install -qq clang-format-14 cppcheck - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 with: extra_args: --all-files --hook-stage manual From a0d6b9bdeb9a659206bb7b5e1ceab1fca52deae6 Mon Sep 17 00:00:00 2001 From: mosfet80 <10235105+mosfet80@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:18:00 +0200 Subject: [PATCH 2/2] Update ci-format.yml --- .github/workflows/ci-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-format.yml b/.github/workflows/ci-format.yml index 9cb105044..681aafc75 100644 --- a/.github/workflows/ci-format.yml +++ b/.github/workflows/ci-format.yml @@ -15,7 +15,7 @@ jobs: name: Format runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: python-version: '3.10'