From 9602da682e92eb5db2a6b0ddabea832f78264abe Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Tue, 18 Jun 2024 00:53:32 +0200 Subject: [PATCH] Update checkout lib to v3 --- .github/workflows/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 21af7e43a5..be3dbb5804 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Clang-Format Check working-directory: ./.github/workflows/ run: python3 run_clang_format.py