File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed 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.12'
2020 cache : ' pip'
4343 - uses : actions/checkout@v4
4444
4545 - name : Set up Python ${{ matrix.python-version }}
46- uses : actions/setup-python@v5
46+ uses : actions/setup-python@v6
4747 with :
4848 python-version : ${{ matrix.python-version }}
4949 cache : ' pip'
7171 - uses : actions/checkout@v4
7272
7373 - name : Set up Python
74- uses : actions/setup-python@v5
74+ uses : actions/setup-python@v6
7575 with :
7676 python-version : ' 3.12'
7777 cache : ' pip'
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020
2121 - name : Set up Python ${{ matrix.python-version }}
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525 cache : ' pip'
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.10'
2525
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.12'
2020 cache : ' pip'
Original file line number Diff line number Diff line change 5858 - uses : actions/checkout@v4
5959
6060 - name : Set up Python
61- uses : actions/setup-python@v5
61+ uses : actions/setup-python@v6
6262 with :
6363 python-version : ' 3.12'
6464 cache : ' pip'
@@ -112,7 +112,7 @@ jobs:
112112 - uses : actions/checkout@v4
113113
114114 - name : Set up Python
115- uses : actions/setup-python@v5
115+ uses : actions/setup-python@v6
116116 with :
117117 python-version : ' 3.12'
118118 cache : ' pip'
You can’t perform that action at this time.
0 commit comments