Skip to content

Commit 1acbca8

Browse files
Bump EndBug/add-and-commit from 9 to 10
Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 9 to 10. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](EndBug/add-and-commit@v9...v10) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a32e3f commit 1acbca8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
extensions: 'h,cpp,hpp'
1515
clangFormatVersion: 19
1616
inplace: True
17-
- uses: EndBug/add-and-commit@v9
17+
- uses: EndBug/add-and-commit@v10
1818
with:
1919
author_name: Clang Robot
2020
author_email: robot@example.com

.github/workflows/template-janitor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
# Build it because we may have broken something in the cpp/hpp files
162162
cmake --build build
163163
164-
- uses: EndBug/add-and-commit@v9
164+
- uses: EndBug/add-and-commit@v10
165165
# only commit and push if we are not a template project anymore!
166166
if: fromJson(steps.get_repo_meta.outputs.data).is_template != true
167167
with:
@@ -257,7 +257,7 @@ jobs:
257257
run: |
258258
cmake -S . -B ./build -G "${{ matrix.generator }}" -DCMAKE_BUILD_TYPE:STRING=${{ matrix.build_type }} -D${{ env.PROJECT_NAME }}_PACKAGING_MAINTAINER_MODE:BOOL=ON
259259
260-
- uses: EndBug/add-and-commit@v9
260+
- uses: EndBug/add-and-commit@v10
261261
# only commit and push if we are a template and project name has changed
262262
if: fromJson(steps.get_repo_meta.outputs.data).is_template == true && env.TEST_RUN == 'false'
263263
with:

0 commit comments

Comments
 (0)