From 1ea1c09d0dfb1f44633d21c4375f8818181ad02d Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Thu, 11 Jul 2024 03:52:40 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20CI:=20update=20checks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/checks.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index abad246..28ea944 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -19,17 +19,17 @@ jobs: cpp-linter: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure CMake run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Debug - - uses: cpp-linter/cpp-linter-action@v2.3.0 + - uses: cpp-linter/cpp-linter-action@v2.12.0 id: linter env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: style: file - version: '14' + version: '18' database: ${{github.workspace}}/build - name: Fail fast?! @@ -43,11 +43,11 @@ jobs: name: "Check C++ style" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.10.1 + uses: jidicula/clang-format-action@v4.13.0 with: - clang-format-version: '15' + clang-format-version: '18' check-path: 'src' exclude-regex: 'src/subprocess.h'