From b0097d3f440d49d22fd4d0a32b1545b2a2563fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:15:03 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 10.0.0 to 11.1.1 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 10.0.0 to 11.1.1. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v10.0.0...v11.1.1) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: 11.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gnu-data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gnu-data.yml b/.github/workflows/gnu-data.yml index c96add4..53220ae 100644 --- a/.github/workflows/gnu-data.yml +++ b/.github/workflows/gnu-data.yml @@ -58,7 +58,7 @@ jobs: rm -rf dl - name: Add & Commit - uses: EndBug/add-and-commit@v10.0.0 + uses: EndBug/add-and-commit@v11.1.1 with: default_author: github_actions message: "Update of the data" @@ -69,7 +69,7 @@ jobs: python graph.py gnu-result.json GNU - name: Add & Commit the GNU graph - uses: EndBug/add-and-commit@v10.0.0 + uses: EndBug/add-and-commit@v11.1.1 with: default_author: github_actions message: "Refresh the GNU graph"