From 472a5d446849941e50fafb69130b4ef81e94940d Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Thu, 17 Oct 2024 17:58:44 +0200 Subject: [PATCH] fix node.js v16 deprecation Node.js 16 actions are deprecated. v3.0.1 fix deprecation --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index c8de9c8..52fc2fa 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -16,4 +16,4 @@ jobs: - uses: actions/checkout@v4 - name: Install clang-format-14 run: sudo apt-get install clang-format-14 - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1