diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-25 05:06:35 +0000 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2021-11-04 22:47:15 -0400 |
commit | 944f93170454008759200a27a11225da40935edf (patch) | |
tree | f179f6054ba30af07942839ac4c4a1c117742ad9 /.github | |
parent | 0b0b49d62666cfec2157900fd0dbf62460aa33f9 (diff) | |
download | zmk-944f93170454008759200a27a11225da40935edf.tar.gz zmk-944f93170454008759200a27a11225da40935edf.zip |
chore(deps): bump DoozyX/clang-format-lint-action from 0.12 to 0.13
Bumps [DoozyX/clang-format-lint-action](https://github.com/DoozyX/clang-format-lint-action) from 0.12 to 0.13.
- [Release notes](https://github.com/DoozyX/clang-format-lint-action/releases)
- [Commits](https://github.com/DoozyX/clang-format-lint-action/compare/v0.12...v0.13)
---
updated-dependencies:
- dependency-name: DoozyX/clang-format-lint-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/clang-format-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clang-format-lint.yml b/.github/workflows/clang-format-lint.yml index e9b3e077c0..375bcd4e52 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/[email protected] + - uses: DoozyX/[email protected] with: source: "./app" extensions: "h,c" |