File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 21
21
outputs :
22
22
docs : ${{ steps.filter.outputs.docs }}
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
# For pull requests it's not necessary to checkout the code but for the main branch it is
26
26
- uses : dorny/paths-filter@v3
27
27
id : filter
52
52
env :
53
53
GITHUB_CONTEXT : ${{ toJson(github) }}
54
54
run : echo "$GITHUB_CONTEXT"
55
- - uses : actions/checkout@v4
55
+ - uses : actions/checkout@v5
56
56
- name : Set up Python
57
57
uses : actions/setup-python@v5
58
58
with :
Original file line number Diff line number Diff line change 23
23
env :
24
24
GITHUB_CONTEXT : ${{ toJson(github) }}
25
25
run : echo "$GITHUB_CONTEXT"
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
- name : Set up Python
28
28
uses : actions/setup-python@v5
29
29
with :
Original file line number Diff line number Diff line change 24
24
env :
25
25
GITHUB_CONTEXT : ${{ toJson(github) }}
26
26
run : echo "$GITHUB_CONTEXT"
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
with :
29
29
# To allow latest-changes to commit to the main branch
30
30
token : ${{ secrets.TYPER_LATEST_CHANGES }}
Original file line number Diff line number Diff line change 21
21
env :
22
22
GITHUB_CONTEXT : ${{ toJson(github) }}
23
23
run : echo "$GITHUB_CONTEXT"
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- name : Set up Python
26
26
uses : actions/setup-python@v5
27
27
with :
Original file line number Diff line number Diff line change 22
22
env :
23
23
GITHUB_CONTEXT : ${{ toJson(github) }}
24
24
run : echo "$GITHUB_CONTEXT"
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
- uses : actions/setup-python@v5
27
27
with :
28
28
python-version : ' 3.9'
Original file line number Diff line number Diff line change 23
23
env :
24
24
GITHUB_CONTEXT : ${{ toJson(github) }}
25
25
run : echo "$GITHUB_CONTEXT"
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
- name : Set up Python
28
28
uses : actions/setup-python@v5
29
29
with :
Original file line number Diff line number Diff line change 41
41
env :
42
42
GITHUB_CONTEXT : ${{ toJson(github) }}
43
43
run : echo "$GITHUB_CONTEXT"
44
- - uses : actions/checkout@v4
44
+ - uses : actions/checkout@v5
45
45
- name : Set up Python
46
46
uses : actions/setup-python@v5
47
47
with :
81
81
env :
82
82
GITHUB_CONTEXT : ${{ toJson(github) }}
83
83
run : echo "$GITHUB_CONTEXT"
84
- - uses : actions/checkout@v4
84
+ - uses : actions/checkout@v5
85
85
- uses : actions/setup-python@v5
86
86
with :
87
87
python-version : ' 3.8'
You can’t perform that action at this time.
0 commit comments