diff --git a/.github/workflows/formatter.yml b/.github/workflows/formatter.yml index fdcd111..a9441a6 100644 --- a/.github/workflows/formatter.yml +++ b/.github/workflows/formatter.yml @@ -24,7 +24,7 @@ jobs: if [ -n "$CPP_SRC_FILES" ]; then clang-format --style=Google -i $CPP_SRC_FILES; fi; - name: Commit changes - uses: Endbug/add-and-commit@v9 + uses: Endbug/add-and-commit@v10 with: default_author: github_actions message: 'Auto Format' diff --git a/.github/workflows/modernize.yml b/.github/workflows/modernize.yml index b6dd403..5eac6dc 100644 --- a/.github/workflows/modernize.yml +++ b/.github/workflows/modernize.yml @@ -24,7 +24,7 @@ jobs: if [ -n "$CPP_SRC_FILES" ]; then clang-format --style=Google -i $CPP_SRC_FILES; fi; - name: Commit changes - uses: Endbug/add-and-commit@v9 + uses: Endbug/add-and-commit@v10 with: default_author: github_actions message: 'Auto Format' @@ -64,7 +64,7 @@ jobs: run: rm -rf ${{github.workspace}}/build - name: Commit changes - uses: Endbug/add-and-commit@v9 + uses: Endbug/add-and-commit@v10 with: default_author: github_actions message: 'Auto Clang Tidy Fix'