From 6c578af46d12c786240311290daac9d85360d77d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 19:53:55 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 9 to 10 Bumps [EndBug/add-and-commit](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/codemeta2cff.yml | 2 +- .github/workflows/iga.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codemeta2cff.yml b/.github/workflows/codemeta2cff.yml index 62d9668..044471f 100644 --- a/.github/workflows/codemeta2cff.yml +++ b/.github/workflows/codemeta2cff.yml @@ -39,7 +39,7 @@ jobs: sed -i "s/^description = .*/description = $DESCRIPTION/" setup.cfg sed -i "s|^url = .*|url = $URL|" setup.cfg - name: Commit CFF - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: message: 'Add updated CITATION.cff and setup.cfg from codemeta.json file' add: '["setup.cfg", "CITATION.cff"]' diff --git a/.github/workflows/iga.yaml b/.github/workflows/iga.yaml index f70bddb..4c901aa 100644 --- a/.github/workflows/iga.yaml +++ b/.github/workflows/iga.yaml @@ -87,7 +87,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@v9 + uses: EndBug/add-and-commit@v10 with: message: 'Add DOI to codemeta.json file' add: 'codemeta.json' @@ -102,7 +102,7 @@ jobs: - name: Convert CFF uses: caltechlibrary/codemeta2cff@main - name: Commit CFF - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: message: 'Add updated CITATION.cff from codemeta.json file' add: 'CITATION.cff'