From b1407c193cc78490fcdce0f7a89ac7ffd0008b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 01:43:28 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 10 to 11 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 10 to 11. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v10...v11) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/authors_bot.yml | 2 +- .github/workflows/codemeta2cff.yml | 2 +- .github/workflows/iga.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/authors_bot.yml b/.github/workflows/authors_bot.yml index 45fd1c69..ce0f94ec 100644 --- a/.github/workflows/authors_bot.yml +++ b/.github/workflows/authors_bot.yml @@ -23,7 +23,7 @@ jobs: CTATOK: ${{ secrets.CTATOK }} run: python run_caltechauthors_bot.py - name: Commit Files - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: message: 'Update requests that are completed' add: "['completed_requests.csv']" diff --git a/.github/workflows/codemeta2cff.yml b/.github/workflows/codemeta2cff.yml index 80afb33a..770a1f30 100644 --- a/.github/workflows/codemeta2cff.yml +++ b/.github/workflows/codemeta2cff.yml @@ -20,7 +20,7 @@ jobs: - name: Convert CFF uses: caltechlibrary/codemeta2cff@main - name: Commit CFF - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: message: 'Add updated CITATION.cff from codemeta.json file' add: 'CITATION.cff' diff --git a/.github/workflows/iga.yaml b/.github/workflows/iga.yaml index c322dafc..be20adae 100644 --- a/.github/workflows/iga.yaml +++ b/.github/workflows/iga.yaml @@ -88,7 +88,7 @@ jobs: - name: Add DOI to CodeMeta File run: sde identifier ${{needs.run_iga.outputs.record_doi}} codemeta.json - name: Commit CFF - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: message: 'Add DOI to codemeta.json file' add: 'codemeta.json' @@ -103,7 +103,7 @@ jobs: - name: Convert CFF uses: caltechlibrary/codemeta2cff@main - name: Commit CFF - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: message: 'Add updated CITATION.cff from codemeta.json file' add: 'CITATION.cff'