File tree 9 files changed +9
-9
lines changed
9 files changed +9
-9
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@v3.1.0
15
15
16
16
- name : Check whether the citation metadata from CITATION.cff is valid
17
17
uses :
citation-file-format/[email protected]
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Check out the repo
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v3.1.0
26
26
with :
27
27
submodules : recursive
28
28
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Check out the repo
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v3.1.0
26
26
with :
27
27
submodules : recursive
28
28
Original file line number Diff line number Diff line change 23
23
steps :
24
24
25
25
- name : Checkout
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v3.1.0
27
27
with :
28
28
submodules : recursive
29
29
Original file line number Diff line number Diff line change 64
64
python-version : ${{ steps.python-version.outputs.value }}
65
65
66
66
- name : Checkout Automlbenchmark
67
- uses : actions/checkout@v2
67
+ uses : actions/checkout@v3.1.0
68
68
with :
69
69
repository : ${{ env.AUTOMLBENCHMARK_REPO }}
70
70
ref : ${{ env.AUTOMLBENCHMARK_REF }}
Original file line number Diff line number Diff line change 11
11
auto-update :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3.1.0
15
15
16
16
- uses : actions/setup-python@v2
17
17
Original file line number Diff line number Diff line change 20
20
run-all-files :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v3.1.0
24
24
with :
25
25
submodules : recursive
26
26
Original file line number Diff line number Diff line change 74
74
steps :
75
75
76
76
- name : Checkout
77
- uses : actions/checkout@v3
77
+ uses : actions/checkout@v3.1.0
78
78
with :
79
79
submodules : recursive
80
80
Original file line number Diff line number Diff line change 82
82
# branch: the branch name
83
83
84
84
- name : Checkout Automlbenchmark
85
- uses : actions/checkout@v3
85
+ uses : actions/checkout@v3.1.0
86
86
with :
87
87
repository : ${{ env.AUTOMLBENCHMARK_REPO }}
88
88
ref : ${{ env.AUTOMLBENCHMARK_REF }}
You can’t perform that action at this time.
0 commit comments