From 4721b26b7a41c20fcd5991038e1192cfccd92ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 06:06:27 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 10.0.0 to 11.0.0 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 10.0.0 to 11.0.0. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v10.0.0...v11.0.0) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: 11.0.0 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..1c18287 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.0.0 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.0.0 with: default_author: github_actions message: "Refresh the GNU graph"