From f9f396c11fda96afc7f7dad24999f4f4a7d75721 Mon Sep 17 00:00:00 2001 From: mexikoedi Date: Sat, 30 Nov 2024 17:08:38 +0100 Subject: [PATCH] Update cpp-linter.yml --- .github/workflows/cpp-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml index cb2bb5f..7e826d7 100644 --- a/.github/workflows/cpp-linter.yml +++ b/.github/workflows/cpp-linter.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.2 - - uses: cpp-linter/cpp-linter-action@v3 + - uses: cpp-linter/cpp-linter-action@v2 id: linter env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}