From 27f04cc295b437399dd15988c9b5609d0f86bb8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 01:35:01 +0000 Subject: [PATCH] ci(tools): update endbug/add-and-commit action to v11 --- .github/workflows/flake.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index eeb7a8d..18b003e 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -38,7 +38,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 7f9b8e4..24a2928 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: run: git pull --rebase --autostash - 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