File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 fetch-depth : 0
2121
2222 - name : Set up Python
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : ' 3.11'
2626
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.11"
2020
Original file line number Diff line number Diff line change 3737 uses : actions/checkout@v4
3838
3939 - name : Setup Python
40- uses : actions/setup-python@v4
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : ' 3.11'
4343
7575 uses : actions/checkout@v4
7676
7777 - name : Setup Python
78- uses : actions/setup-python@v4
78+ uses : actions/setup-python@v6
7979 with :
8080 python-version : ' 3.11'
8181
@@ -115,7 +115,7 @@ jobs:
115115 uses : actions/checkout@v4
116116
117117 - name : Setup Python
118- uses : actions/setup-python@v4
118+ uses : actions/setup-python@v6
119119 with :
120120 python-version : ' 3.11'
121121
@@ -149,7 +149,7 @@ jobs:
149149 uses : actions/checkout@v4
150150
151151 - name : Setup Python
152- uses : actions/setup-python@v4
152+ uses : actions/setup-python@v6
153153 with :
154154 python-version : ' 3.11'
155155
@@ -187,7 +187,7 @@ jobs:
187187 uses : actions/checkout@v4
188188
189189 - name : Setup Python
190- uses : actions/setup-python@v4
190+ uses : actions/setup-python@v6
191191 with :
192192 python-version : ' 3.11'
193193
Original file line number Diff line number Diff line change 2929 uses : actions/checkout@v4
3030
3131 - name : Setup Python
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v4
2020
2121 - name : Set up Python
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : " 3.11"
2525 cache : " pip"
6666 uses : actions/checkout@v4
6767
6868 - name : Set up Python
69- uses : actions/setup-python@v5
69+ uses : actions/setup-python@v6
7070 with :
7171 python-version : " 3.11"
7272 cache : " pip"
@@ -147,7 +147,7 @@ jobs:
147147 uses : actions/checkout@v4
148148
149149 - name : Set up Python
150- uses : actions/setup-python@v5
150+ uses : actions/setup-python@v6
151151 with :
152152 python-version : " 3.11"
153153 cache : " pip"
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v4
1616
1717 - name : Set up Python 3.11
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : " 3.11"
2121 cache : " pip"
Original file line number Diff line number Diff line change 1010 runs-on : windows-latest
1111 steps :
1212 - uses : actions/checkout@v4
13- - uses : actions/setup-python@v5
13+ - uses : actions/setup-python@v6
1414 with :
1515 python-version : ' 3.11'
1616 - name : Build (PyInstaller)
You can’t perform that action at this time.
0 commit comments