File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 git config core.autocrlf false
6565
6666 - name : Setup Python
67- uses : actions/setup-python@v4
67+ uses : actions/setup-python@v5
6868 with :
6969 python-version : " 3.10"
7070
Original file line number Diff line number Diff line change 3737 git config core.autocrlf false
3838
3939 - name : Set up Python 3.8
40- uses : actions/setup-python@v4
40+ uses : actions/setup-python@v5
4141 with :
4242 python-version : " 3.10"
4343
8989 - uses : actions/checkout@v4
9090
9191 - name : Setup Python
92- uses : actions/setup-python@v4
92+ uses : actions/setup-python@v5
9393 with :
9494 python-version : " 3.10"
9595
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020
2121 - name : Setup Python 3.8
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : " 3.8"
2525
Original file line number Diff line number Diff line change 2020 run : echo "value=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
2121
2222 - name : Setup Python 3.10
23- uses : actions/setup-python@v4
23+ uses : actions/setup-python@v5
2424 with :
2525 python-version : " 3.10"
2626
Original file line number Diff line number Diff line change 5353 - uses : actions/checkout@v4
5454
5555 - name : Setup python
56- uses : actions/setup-python@v4
56+ uses : actions/setup-python@v5
5757 with :
5858 python-version : ${{ matrix.python-version }}
5959 architecture : x64
@@ -101,7 +101,7 @@ jobs:
101101 - uses : actions/checkout@v4
102102
103103 - name : Setup python
104- uses : actions/setup-python@v4
104+ uses : actions/setup-python@v5
105105 with :
106106 python-version : ${{ matrix.python-version }}
107107 architecture : x64
@@ -185,7 +185,7 @@ jobs:
185185 steps :
186186 - uses : actions/checkout@v4
187187 - name : Setup python
188- uses : actions/setup-python@v4
188+ uses : actions/setup-python@v5
189189 with :
190190 python-version : ${{ matrix.python-version }}
191191 architecture : x64
You can’t perform that action at this time.
0 commit comments