Skip to content

Commit 4b75eb6

Browse files
Bump the github-actions group with 2 updates (#22)
Bumps the github-actions group with 2 updates: [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) and [dorny/paths-filter](https://github.com/dorny/paths-filter). Updates `jidicula/clang-format-action` from 4.11.0 to 4.13.0 - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](jidicula/clang-format-action@v4.11.0...v4.13.0) Updates `dorny/paths-filter` from 2 to 3 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@v2...v3) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fbfe492 commit 4b75eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: clang-format
18-
uses: jidicula/clang-format-action@v4.11.0
18+
uses: jidicula/clang-format-action@v4.13.0
1919
with:
2020
clang-format-version: '17'
2121
check-path: 'src'
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434

3535
- name: Path filter
36-
uses: dorny/paths-filter@v2
36+
uses: dorny/paths-filter@v3
3737
id: changes
3838
with:
3939
filters: |

0 commit comments

Comments
 (0)