From f095ec312a1d851b71439663ab257a2de6a4d1e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 17:08:24 +0000 Subject: [PATCH] ci(tools): update endbug/add-and-commit action to v11 --- .github/workflows/docs.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a5c4543..2964cc3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -45,7 +45,7 @@ jobs: run: git pull --autostash --rebase - name: Commit changes - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: author_name: GitHub Actions author_email: github@webhippie.de diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4338c81..87b3ab3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: run: git pull --autostash --rebase - name: Commit changes - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: author_name: GitHub Actions author_email: github@webhippie.de