From b484cbc9f88861184f69a79ee46bd09804e5463a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:21:25 +0000 Subject: [PATCH] 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](https://github.com/endbug/add-and-commit/compare/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] --- .github/workflows/daily_README.yaml | 2 +- .github/workflows/helper_stats_graphs.yaml | 2 +- .github/workflows/on_issues.yml | 2 +- .github/workflows/onpush_builder.yaml | 4 ++-- .github/workflows/weekly_crlftolf.yaml | 4 ++-- .github/workflows/weekly_reduceimagesize.yml | 2 +- .github/workflows/weekly_stats.yaml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/daily_README.yaml b/.github/workflows/daily_README.yaml index acd8cbfe5..a263474f5 100644 --- a/.github/workflows/daily_README.yaml +++ b/.github/workflows/daily_README.yaml @@ -228,7 +228,7 @@ jobs: echo "... done" - name: Commit if needed - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: message: "GitHub bot : README updated" default_author: github_actions diff --git a/.github/workflows/helper_stats_graphs.yaml b/.github/workflows/helper_stats_graphs.yaml index 53539a4e7..df0b56aa0 100644 --- a/.github/workflows/helper_stats_graphs.yaml +++ b/.github/workflows/helper_stats_graphs.yaml @@ -237,7 +237,7 @@ jobs: # Get stars evolution wget -S -O .github/starsevol.svg "https://api.star-history.com/svg?repos=alexbelgium/hassio-addons&type=Date" || true - name: Commit if needed - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: message: "GitHub bot : graphs updated" default_author: github_actions diff --git a/.github/workflows/on_issues.yml b/.github/workflows/on_issues.yml index 59e0449b3..2cce8a5ad 100644 --- a/.github/workflows/on_issues.yml +++ b/.github/workflows/on_issues.yml @@ -59,7 +59,7 @@ jobs: # Remove issues list rm issueslist - name: Commit if needed - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: message: "Github bot : issues linked to readme" default_author: github_actions diff --git a/.github/workflows/onpush_builder.yaml b/.github/workflows/onpush_builder.yaml index a6f87a692..04e1e009e 100644 --- a/.github/workflows/onpush_builder.yaml +++ b/.github/workflows/onpush_builder.yaml @@ -81,7 +81,7 @@ jobs: # 4. Commit any changes we made # ──────────────────────────────────────────────────────────────── - name: Commit if needed - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: commit: -u message: "GitHub bot: sanitize (spaces + LF endings) & chmod" @@ -223,7 +223,7 @@ jobs: sed -i "1i\## $version ($(date '+%d-%m-%Y'))" CHANGELOG.md fi - name: Commit if needed - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: commit: -u message: "GitHub bot: changelog" diff --git a/.github/workflows/weekly_crlftolf.yaml b/.github/workflows/weekly_crlftolf.yaml index 2ab8170ee..cb37ec712 100644 --- a/.github/workflows/weekly_crlftolf.yaml +++ b/.github/workflows/weekly_crlftolf.yaml @@ -18,7 +18,7 @@ jobs: uses: erclu/check-crlf@v1 - name: Commit if needed - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: message: "Github bot : CRLF corrected" default_author: github_actions @@ -50,7 +50,7 @@ jobs: dos2unix -k "$f" done - name: Commit if needed - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: message: "Github bot : CRLF corrected" default_author: github_actions diff --git a/.github/workflows/weekly_reduceimagesize.yml b/.github/workflows/weekly_reduceimagesize.yml index 75ba58f0d..65e4f07fb 100644 --- a/.github/workflows/weekly_reduceimagesize.yml +++ b/.github/workflows/weekly_reduceimagesize.yml @@ -31,7 +31,7 @@ jobs: - name: Commit if needed if: steps.calibre.outputs.markdown != '' - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: message: "Github bot : image compressed" default_author: github_actions diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index 2dae85796..a7bb9f69f 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -109,7 +109,7 @@ jobs: #TOTAL3="$(awk '{SUM+=$2}END{print SUM}' Stats)" - name: Commit if needed - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: default_author: github_actions message : "Github bot : stats updated"