From 29b937ba76ab6911725c45d81a55fb2034447b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:23:33 +0000 Subject: [PATCH] Bump cpp-linter/cpp-linter-action Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from a37e579de27f4a759c4c5f18f1d43592076236c9 to 4afb97cfa83cf51df33e9cd77b8e25ba5dfe236c. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/a37e579de27f4a759c4c5f18f1d43592076236c9...4afb97cfa83cf51df33e9cd77b8e25ba5dfe236c) --- 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 e649675e..b594d925 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@a37e579de27f4a759c4c5f18f1d43592076236c9 + - uses: cpp-linter/cpp-linter-action@4afb97cfa83cf51df33e9cd77b8e25ba5dfe236c id: linter continue-on-error: true env: