Skip to content

Commit a50a0ce

Browse files
authored
Update action versions in workflow file
Updated action versions for codemeta2cff, cff-validator, and add-and-commit.
1 parent d0c164f commit a50a0ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codemeta2cff.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
uses: actions/checkout@v6
2727

2828
- name: Generate CITATION.cff from codemeta.json
29-
uses: caltechlibrary/codemeta2cff@v0.3
29+
uses: caltechlibrary/codemeta2cff@99ce10831c3037a067c3d9551d455638e0b438ac #v0.3.3
3030

3131
- name: Validate CITATION.cff
32-
uses: dieghernan/cff-validator@v4
32+
uses: dieghernan/cff-validator@114aae53e1850c3757733beb60036941900e3dc3 #v4
3333

3434
- name: Commit and push updated CITATION.cff
35-
uses: EndBug/add-and-commit@v9
35+
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 #v9.1.4
3636
with:
3737
message: 'Update CITATION.cff from codemeta.json'
3838
add: 'CITATION.cff'

0 commit comments

Comments
 (0)