File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 72
72
73
73
steps :
74
74
- name : Check out repository code
75
- uses : actions/checkout@v4
75
+ uses : actions/checkout@v5
76
76
77
77
- name : Setup Python
78
78
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout main
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
23
23
- name : Set up Python 3.9
24
24
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
16
16
- name : Set up Python 3.10
17
17
uses : actions/setup-python@v5
80
80
81
81
steps :
82
82
- name : Checkout repository
83
- uses : actions/checkout@v4
83
+ uses : actions/checkout@v5
84
84
85
85
- name : Set up QEMU
86
86
uses : docker/setup-qemu-action@v3
You can’t perform that action at this time.
0 commit comments