From dcf54a21b5a70a54e14a1ae76198b05221c9edc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:42:41 +0000 Subject: [PATCH] Bump cpp-linter/cpp-linter-action Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 948cea872508ea44123a1e3d8638a5b828a409af to a37e579de27f4a759c4c5f18f1d43592076236c9. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/948cea872508ea44123a1e3d8638a5b828a409af...a37e579de27f4a759c4c5f18f1d43592076236c9) --- 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 a64b1624..e649675e 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: cpp-linter/cpp-linter-action@948cea872508ea44123a1e3d8638a5b828a409af + - uses: cpp-linter/cpp-linter-action@a37e579de27f4a759c4c5f18f1d43592076236c9 id: linter continue-on-error: true env: