File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ jobs:
75
75
76
76
steps :
77
77
- name : Check out repository code
78
- uses : actions/checkout@v4
78
+ uses : actions/checkout@v5
79
79
80
80
- name : Setup Python
81
- uses : actions/setup-python@v5
81
+ uses : actions/setup-python@v6
82
82
with :
83
83
python-version : ${{ matrix.python-version }}
84
84
cache : ' pip'
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
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
- uses : actions/setup-python@v5
24
+ uses : actions/setup-python@v6
25
25
with :
26
26
python-version : 3.9
27
27
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
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
- uses : actions/setup-python@v5
17
+ uses : actions/setup-python@v6
18
18
with :
19
19
python-version : " 3.10"
20
20
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