From d0adcdbd5e380029f12ab5af27ac1c53fbda7191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 01:30:37 +0000 Subject: [PATCH] Bump EndBug/add-and-commit Bumps the action-dependencies group with 1 update in the / directory: [EndBug/add-and-commit](https://github.com/endbug/add-and-commit). Updates `EndBug/add-and-commit` from 9 to 10 - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v9...v10) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/GH_traffic.yml | 2 +- .github/workflows/zenodo_stats.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/GH_traffic.yml b/.github/workflows/GH_traffic.yml index 496e6e6d..e27d9d81 100644 --- a/.github/workflows/GH_traffic.yml +++ b/.github/workflows/GH_traffic.yml @@ -24,7 +24,7 @@ jobs: # Commits files to repository - name: Commit changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: author_name: GitHub action message: "GitHub traffic" diff --git a/.github/workflows/zenodo_stats.yml b/.github/workflows/zenodo_stats.yml index 8d8f77de..69d7b3e9 100644 --- a/.github/workflows/zenodo_stats.yml +++ b/.github/workflows/zenodo_stats.yml @@ -31,7 +31,7 @@ jobs: # Commits files to repository - name: Commit changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: author_name: GitHub action message: "Zenodo stats"