File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 persist-credentials : false
3131 fetch-depth : 0
3232 - name : Set up Python
33- uses : actions/setup-python@v5
33+ uses : actions/setup-python@v6
3434 with :
3535 python-version : ' 3.10'
3636 - name : Set up JDK 8.0
Original file line number Diff line number Diff line change 2424 fetch-depth : 0
2525
2626 - name : Set up Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : ' 3.10'
3030
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158158 uses : actions/checkout@v5
159159
160160 - name : Setup Python 3
161- uses : actions/setup-python@v5
161+ uses : actions/setup-python@v6
162162 with :
163163 python-version : ' 3.11'
164164
@@ -191,7 +191,7 @@ jobs:
191191 key : ${{ runner.os }}-${{ matrix.java-version }}-maven-${{ hashFiles('**/pom.xml') }}
192192
193193 - name : Setup Python 3
194- uses : actions/setup-python@v5
194+ uses : actions/setup-python@v6
195195 with :
196196 python-version : ' 3.11'
197197
@@ -298,7 +298,7 @@ jobs:
298298 key : ${{ runner.os }}-${{ matrix.java-version }}-maven-${{ hashFiles('**/pom.xml') }}
299299
300300 - name : Setup Python 3
301- uses : actions/setup-python@v5
301+ uses : actions/setup-python@v6
302302 with :
303303 python-version : ' 3.11'
304304
You can’t perform that action at this time.
0 commit comments