From 04a0c9407ec68e0a197ce94069b6795983c833aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 00:16:42 +0000 Subject: [PATCH] chore(deps): 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/codemeta2cff.yml | 2 +- .github/workflows/iga.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codemeta2cff.yml b/.github/workflows/codemeta2cff.yml index 80afb33..770a1f3 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.yml b/.github/workflows/iga.yml index ca119c9..6b285ba 100644 --- a/.github/workflows/iga.yml +++ b/.github/workflows/iga.yml @@ -97,7 +97,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' @@ -112,7 +112,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'