summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-07 07:14:15 +0000
committerPete Johanson <peter@peterjohanson.com>2021-01-28 22:16:07 -0500
commit64a85b7a3f947a46abb21ec3c4a85c29c38a19fb (patch)
tree113b219e679562ca49c3d4cc42db74beb0bc9c4d /.github
parentc925cf02dd1999c0e968ead7652956e5e1925875 (diff)
chore(deps): bump DoozyX/clang-format-lint-action from v0.9 to v0.11
Bumps [DoozyX/clang-format-lint-action](https://github.com/DoozyX/clang-format-lint-action) from v0.9 to v0.11. - [Release notes](https://github.com/DoozyX/clang-format-lint-action/releases) - [Commits](https://github.com/DoozyX/clang-format-lint-action/compare/v0.9...84b814a54950e27ac65a62069802df099405ef77) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/clang-format-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clang-format-lint.yml b/.github/workflows/clang-format-lint.yml
index 8bd4275..b6d515c 100644
--- a/.github/workflows/clang-format-lint.yml
+++ b/.github/workflows/clang-format-lint.yml
@@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- - uses: DoozyX/clang-format-lint-action@v0.9
+ - uses: DoozyX/clang-format-lint-action@v0.11
with:
source: "./app"
extensions: "h,c"