From 74062addbf07f2251f05e25847ba0dab46f1b00b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 01:17:42 +0000 Subject: [PATCH] ci(tools): update endbug/add-and-commit action to v10 --- .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 364bcfe..822b580 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@v9 + uses: EndBug/add-and-commit@v10 with: author_name: GitHub Actions author_email: github@webhippie.de diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bb8b9d..287b330 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@v9 + uses: EndBug/add-and-commit@v10 with: author_name: GitHub Actions author_email: github@webhippie.de