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'