Skip to content

Commit 6ef55ba

Browse files
committed
Bump versions
1 parent 8132868 commit 6ef55ba

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/codemeta2cff.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Convert CFF
2121
uses: caltechlibrary/codemeta2cff@main
22-
- name: Commit CFF
23-
uses: EndBug/add-and-commit@v9
22+
- name: Commit and Push Changes
23+
id: commit-and-push
24+
uses: stefanzweifel/git-auto-commit-action@v5
2425
with:
25-
message: 'Add CITATION.cff for release'
26-
add: 'CITATION.cff'
26+
commit_message: 'Add CITATION.cff for release'
27+
file_pattern: 'CITATION.cff'

0 commit comments

Comments
 (0)