File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 - name : Check out repository
1010 uses : actions/checkout@v3
1111 - name : Set up python
12- uses : actions/setup-python@v3
12+ uses : actions/setup-python@v4
1313 with :
1414 python-version : 3.8.5
1515
3939 uses : actions/checkout@v3
4040
4141 - name : Set up python
42- uses : actions/setup-python@v3
42+ uses : actions/setup-python@v4
4343 with :
4444 python-version : 3.8.5
4545
7070 uses : actions/checkout@v3
7171
7272 - name : Set up python
73- uses : actions/setup-python@v3
73+ uses : actions/setup-python@v4
7474 with :
7575 python-version : 3.8.5
7676
@@ -101,7 +101,7 @@ jobs:
101101 uses : actions/checkout@v3
102102
103103 - name : Set up python
104- uses : actions/setup-python@v3
104+ uses : actions/setup-python@v4
105105 with :
106106 python-version : 3.8.5
107107
@@ -132,7 +132,7 @@ jobs:
132132 uses : actions/checkout@v3
133133
134134 - name : Set up python
135- uses : actions/setup-python@v3
135+ uses : actions/setup-python@v4
136136 with :
137137 python-version : 3.8.5
138138
@@ -165,7 +165,7 @@ jobs:
165165 uses : actions/checkout@v3
166166
167167 - name : Set up python
168- uses : actions/setup-python@v3
168+ uses : actions/setup-python@v4
169169 with :
170170 python-version : 3.8.5
171171
Original file line number Diff line number Diff line change 1010 uses : actions/checkout@v3
1111
1212 - name : Set up python
13- uses : actions/setup-python@v3
13+ uses : actions/setup-python@v4
1414 with :
1515 python-version : 3.8.5
1616
Original file line number Diff line number Diff line change 1010 uses : actions/checkout@v3
1111
1212 - name : Set up python
13- uses : actions/setup-python@v3
13+ uses : actions/setup-python@v4
1414 with :
1515 python-version : 3.8.5
1616
You can’t perform that action at this time.
0 commit comments