File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Check out a copy of the repository
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
16
16
- name : Check whether the citation metadata from CITATION.cff is valid
17
17
uses : citation-file-format/cffconvert-github-action@2.0.0
Original file line number Diff line number Diff line change 9
9
publish :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
14
14
- name : Set up Python
15
15
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 33
33
special : " ; pre-release"
34
34
version : " 3.11"
35
35
steps :
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
38
38
- name : Set up Python
39
39
uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments