Skip to content

Commit 1973fbf

Browse files
deps(ci): bump jidicula/clang-format-action from 4.15.0 to 4.16.0
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.15.0 to 4.16.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](jidicula/clang-format-action@v4.15.0...v4.16.0) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea95971 commit 1973fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
go build ./...
4040
go generate -x -tags=tools ./pam
4141
- name: C code formatting
42-
uses: jidicula/clang-format-action@v4.15.0
42+
uses: jidicula/clang-format-action@v4.16.0
4343
with:
4444
include-regex: '^.*\.(c|h)$' # Makes sure to run only on C (source and header) files
4545
exclude-regex: 'vendor' # Excludes the vendor directory

0 commit comments

Comments
 (0)