File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 uses : actions/checkout@v7
5959
6060 - name : Set up Python
61- uses : actions/setup-python@v6
61+ uses : actions/setup-python@v7
6262 with :
6363 python-version : ${{ env.PYTHON_VERSION }}
6464
@@ -194,7 +194,7 @@ jobs:
194194 uses : actions/checkout@v7
195195
196196 - name : Set up Python ${{ matrix.python-version }}
197- uses : actions/setup-python@v6
197+ uses : actions/setup-python@v7
198198 with :
199199 python-version : ${{ matrix.python-version }}
200200
Original file line number Diff line number Diff line change 6060 node-version : ${{ env.NODE_VERSION }}
6161
6262 - name : Set up Python
63- uses : actions/setup-python@v6
63+ uses : actions/setup-python@v7
6464 with :
6565 python-version : ${{ env.PYTHON_VERSION }}
6666
Original file line number Diff line number Diff line change 5959 node-version : ${{ env.NODE_VERSION }}
6060
6161 - name : Set up Python
62- uses : actions/setup-python@v6
62+ uses : actions/setup-python@v7
6363 with :
6464 python-version : ${{ env.PYTHON_VERSION }}
6565
You can’t perform that action at this time.
0 commit comments