File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
timeout-minutes : 5
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
- name : Install tox & poetry
29
29
run : |
30
30
pipx install tox
40
40
timeout-minutes : 5
41
41
steps :
42
42
- name : Checkout
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
with :
45
45
fetch-depth : 0
46
46
- run : |
Original file line number Diff line number Diff line change 23
23
timeout-minutes : 60
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
with :
28
28
fetch-depth : 0
29
29
- run : |
Original file line number Diff line number Diff line change 16
16
contents : write # Needed to login to Discourse
17
17
pull-requests : write # Need to create PR
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- name : Open PR with docs changes
21
21
uses : deusebio/discourse-gatekeeper@c8adb89ea1cbceca54d78da798658373615487ac
22
22
id : docs-pr
You can’t perform that action at this time.
0 commit comments