File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v4
2222
2323 - name : Set up Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ' 3.11'
2727 cache : ' pip'
5252 fetch-depth : 0
5353
5454 - name : Set up Python
55- uses : actions/setup-python@v5
55+ uses : actions/setup-python@v6
5656 with :
5757 python-version : ' 3.11'
5858 cache : ' pip'
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v4
1313
1414 - name : Set up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.11'
1818
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212
1313 - name : Set up Python
14- uses : actions/setup-python@v5
14+ uses : actions/setup-python@v6
1515 with :
1616 python-version : ' 3.11'
1717
Original file line number Diff line number Diff line change 1919 fetch-depth : 0
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
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v4
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 3030 uses : actions/checkout@v4
3131
3232 - name : Set up Python
33- uses : actions/setup-python@v5
33+ uses : actions/setup-python@v6
3434 with :
3535 python-version : ' 3.11'
3636
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v4
2121
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 cache : ' pip'
5252 - uses : actions/checkout@v4
5353
5454 - name : Set up Python
55- uses : actions/setup-python@v5
55+ uses : actions/setup-python@v6
5656 with :
5757 python-version : ' 3.11'
5858 cache : ' pip'
8282 - uses : actions/checkout@v4
8383
8484 - name : Set up Python
85- uses : actions/setup-python@v5
85+ uses : actions/setup-python@v6
8686 with :
8787 python-version : ' 3.11'
8888 cache : ' pip'
@@ -120,7 +120,7 @@ jobs:
120120 - uses : actions/checkout@v4
121121
122122 - name : Set up Python
123- uses : actions/setup-python@v5
123+ uses : actions/setup-python@v6
124124 with :
125125 python-version : ' 3.11'
126126
You can’t perform that action at this time.
0 commit comments