File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
cache : pip
17
17
18
18
- name : Clone
19
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
19
+ uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
20
20
21
21
- name : Build specification
22
22
run : |
25
25
make -f ../Makefile draft
26
26
27
27
- name : Switch branch
28
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
28
+ uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
29
29
with :
30
30
ref : gh-pages
31
31
clean : false
Original file line number Diff line number Diff line change 9
9
name : Sanity checks before a PR merge
10
10
runs-on : ubuntu-20.04
11
11
steps :
12
- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
12
+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
13
13
with :
14
14
fetch-depth : 0 # we want all refs for the --is-ancestor check
15
15
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Clone main
13
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
13
+ uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
14
14
with :
15
15
fetch-depth : 0
16
16
51
51
52
52
- name : Switch branch
53
53
if : steps.getver.outputs.spec_version != steps.prevver.outputs.prev_version
54
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
54
+ uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
55
55
with :
56
56
ref : gh-pages
57
57
clean : false
You can’t perform that action at this time.
0 commit comments