Skip to content

Commit 6c578af

Browse files
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](EndBug/add-and-commit@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] <support@github.com>
1 parent b957b81 commit 6c578af

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codemeta2cff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
sed -i "s/^description = .*/description = $DESCRIPTION/" setup.cfg
4040
sed -i "s|^url = .*|url = $URL|" setup.cfg
4141
- name: Commit CFF
42-
uses: EndBug/add-and-commit@v9
42+
uses: EndBug/add-and-commit@v10
4343
with:
4444
message: 'Add updated CITATION.cff and setup.cfg from codemeta.json file'
4545
add: '["setup.cfg", "CITATION.cff"]'

.github/workflows/iga.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Add DOI to CodeMeta File
8888
run: sde identifier ${{needs.run_iga.outputs.record_doi}} codemeta.json
8989
- name: Commit CFF
90-
uses: EndBug/add-and-commit@v9
90+
uses: EndBug/add-and-commit@v10
9191
with:
9292
message: 'Add DOI to codemeta.json file'
9393
add: 'codemeta.json'
@@ -102,7 +102,7 @@ jobs:
102102
- name: Convert CFF
103103
uses: caltechlibrary/codemeta2cff@main
104104
- name: Commit CFF
105-
uses: EndBug/add-and-commit@v9
105+
uses: EndBug/add-and-commit@v10
106106
with:
107107
message: 'Add updated CITATION.cff from codemeta.json file'
108108
add: 'CITATION.cff'

0 commit comments

Comments
 (0)