From 66e476183f6e4236d5479dd6f36b121dbe37f554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 19:45:50 +0000 Subject: [PATCH] Bump cpp-linter/cpp-linter-action Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from a3ed7553c695735e6d1af356a0c0211a77d42c7b to 8147325db2bef1f2ce985e84c1bf1bd02e6b2549. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/a3ed7553c695735e6d1af356a0c0211a77d42c7b...8147325db2bef1f2ce985e84c1bf1bd02e6b2549) --- updated-dependencies: - dependency-name: cpp-linter/cpp-linter-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 2097ca82..23b49c03 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f - - uses: cpp-linter/cpp-linter-action@a3ed7553c695735e6d1af356a0c0211a77d42c7b + - uses: cpp-linter/cpp-linter-action@8147325db2bef1f2ce985e84c1bf1bd02e6b2549 id: linter continue-on-error: true env: