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 20
20
fetch-depth : 0
21
21
22
22
- name : Set up Python ${{ matrix.python-version }}
23
- uses : actions/setup-python@v1
23
+ uses : actions/setup-python@v4
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
Original file line number Diff line number Diff line change 22
22
fetch-depth : 0
23
23
24
24
- name : Set up Python ${{ matrix.python-version }}
25
- uses : actions/setup-python@v1
25
+ uses : actions/setup-python@v4
26
26
with :
27
27
python-version : ${{ matrix.python-version }}
28
28
46
46
with :
47
47
fetch-depth : 0
48
48
- name : Set up Python
49
- uses : actions/setup-python@v1
49
+ uses : actions/setup-python@v4
50
50
with :
51
51
python-version : 3.8
52
52
- name : Stable with rustfmt and clippy
77
77
with :
78
78
fetch-depth : 0
79
79
- name : Set up Python
80
- uses : actions/setup-python@v1
80
+ uses : actions/setup-python@v4
81
81
with :
82
82
python-version : 3.8
83
83
- name : Set up QEMU
@@ -104,7 +104,7 @@ jobs:
104
104
steps :
105
105
- uses : actions/checkout@v3
106
106
- name : Set up Python
107
- uses : actions/setup-python@v1
107
+ uses : actions/setup-python@v4
108
108
with :
109
109
python-version : ' 3.10'
110
110
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments