File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 submodules : true
2323
2424 - name : Set up Python ${{ matrix.python-version }}
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828
Original file line number Diff line number Diff line change 1919 submodules : true
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
Original file line number Diff line number Diff line change 2222 submodules : true
2323
2424 - name : Set up Python ${{ matrix.python-version }}
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828
Original file line number Diff line number Diff line change 2222 with :
2323 fetch-depth : 0
2424
25- - uses : actions/setup-python@v5
25+ - uses : actions/setup-python@v6
2626 name : Install Python
2727 with :
2828 python-version : 3.x
@@ -127,7 +127,7 @@ jobs:
127127 with :
128128 fetch-depth : 0
129129
130- - uses : actions/setup-python@v5
130+ - uses : actions/setup-python@v6
131131 name : Install Python
132132 with :
133133 python-version : 3.x
You can’t perform that action at this time.
0 commit comments