From 59f1f908071ea761c9b47591e9422c79f99bb3f0 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Tue, 31 Dec 2024 07:41:20 +0100 Subject: [PATCH] Update format.yaml Fix node.js<20 deprecation --- .github/workflows/format.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 5f5b350..ca4ac86 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -13,8 +13,8 @@ jobs: name: Format runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 - uses: actions/setup-python@v5 - name: Install clang-format-10 run: sudo apt-get install clang-format-10 - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1