We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e40002 commit fe86495Copy full SHA for fe86495
.github/workflows/build-test.yml
@@ -55,7 +55,7 @@ jobs:
55
fail-fast: false
56
57
steps:
58
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
59
with:
60
submodules: recursive
61
- name: install_dependencies
.github/workflows/cffconvert.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
- name: Check out a copy of the repository
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
15
16
- name: Check whether the citation metadata from CITATION.cff is valid
17
uses: citation-file-format/[email protected]
0 commit comments