From b619475a33eecd25cb065de990b541136dfb3670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:10: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 91cfe27ea9f72194d7a74c64bcd71f6613446cb1 to 1a1ea41e4c75ad7d2cf857dd86843fad8754674a. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/91cfe27ea9f72194d7a74c64bcd71f6613446cb1...1a1ea41e4c75ad7d2cf857dd86843fad8754674a) --- 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 f1180103..b3bae81f 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - - uses: cpp-linter/cpp-linter-action@91cfe27ea9f72194d7a74c64bcd71f6613446cb1 + - uses: cpp-linter/cpp-linter-action@1a1ea41e4c75ad7d2cf857dd86843fad8754674a id: linter continue-on-error: true env: