File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
GITHUB_CONTEXT : ${{ toJson(github) }}
17
17
run : echo "$GITHUB_CONTEXT"
18
18
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
21
21
- name : Set up Python
22
22
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 15
15
if : github.event.pull_request.draft == false
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
- uses : actions/setup-python@v5
20
20
with :
21
21
python-version : 3.13
45
45
fail-fast : false
46
46
47
47
steps :
48
- - uses : actions/checkout@v4
48
+ - uses : actions/checkout@v5
49
49
- name : Set up Python
50
50
uses : actions/setup-python@v5
51
51
with :
76
76
runs-on : ubuntu-latest
77
77
78
78
steps :
79
- - uses : actions/checkout@v4
79
+ - uses : actions/checkout@v5
80
80
81
81
- uses : actions/setup-python@v5
82
82
with :
87
87
version : " latest"
88
88
89
89
- name : Get coverage files
90
- uses : actions/download-artifact@v4
90
+ uses : actions/download-artifact@v5
91
91
with :
92
92
pattern : .coverage*
93
93
path : coverage
You can’t perform that action at this time.
0 commit comments