From e3d209453336f42675c2cbaf1a6dba483f727955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 16:02:42 +0000 Subject: [PATCH] build(deps): 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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/gnu-data.yml b/.github/workflows/gnu-data.yml index 06bf92dc56..60138dd0e1 100644 --- a/.github/workflows/gnu-data.yml +++ b/.github/workflows/gnu-data.yml @@ -182,7 +182,7 @@ jobs: - name: Add & Commit if: github.event_name != 'pull_request' - 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" @@ -201,7 +201,7 @@ jobs: - name: Add & Commit the GNU graph if: github.event_name != 'pull_request' - 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" @@ -210,7 +210,7 @@ jobs: - name: Add & Commit the busybox graph if: github.event_name != 'pull_request' - uses: EndBug/add-and-commit@v10.0.0 + uses: EndBug/add-and-commit@v11.0.0 with: default_author: github_actions message: "Refresh the busybox graph" @@ -219,7 +219,7 @@ jobs: - name: Add & Commit the toybox graph if: github.event_name != 'pull_request' - uses: EndBug/add-and-commit@v10.0.0 + uses: EndBug/add-and-commit@v11.0.0 with: default_author: github_actions message: "Refresh the toybox graph" @@ -228,7 +228,7 @@ jobs: - name: Add & Commit the individual size graph if: github.event_name != 'pull_request' - uses: EndBug/add-and-commit@v10.0.0 + uses: EndBug/add-and-commit@v11.0.0 with: default_author: github_actions message: "Refresh the individual size graph" @@ -237,7 +237,7 @@ jobs: - name: Add & Commit the size graph if: github.event_name != 'pull_request' - uses: EndBug/add-and-commit@v10.0.0 + uses: EndBug/add-and-commit@v11.0.0 with: default_author: github_actions message: "Refresh the size graph" @@ -246,7 +246,7 @@ jobs: - name: Add & Commit the unsafe graph if: github.event_name != 'pull_request' - uses: EndBug/add-and-commit@v10.0.0 + uses: EndBug/add-and-commit@v11.0.0 with: default_author: github_actions message: "Refresh the unsafe graph" @@ -255,7 +255,7 @@ jobs: - name: Add & Commit the activity graph if: github.event_name != 'pull_request' - uses: EndBug/add-and-commit@v10.0.0 + uses: EndBug/add-and-commit@v11.0.0 with: default_author: github_actions message: "Refresh the activity graph"