File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 uses : actions/checkout@v5
4242
4343 - name : Setup Python
44- uses : actions/setup-python@v5
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : ${{ env.PYTHON_VERSION }}
4747
5858 uses : actions/checkout@v5
5959
6060 - name : Setup Python
61- uses : actions/setup-python@v5
61+ uses : actions/setup-python@v6
6262 with :
6363 python-version : ${{ env.PYTHON_VERSION }}
6464
7676 uses : actions/checkout@v5
7777
7878 - name : Setup Python
79- uses : actions/setup-python@v5
79+ uses : actions/setup-python@v6
8080 with :
8181 python-version : ${{ env.PYTHON_VERSION }}
8282
@@ -139,7 +139,7 @@ jobs:
139139 uses : actions/checkout@v5
140140
141141 - name : Setup Python
142- uses : actions/setup-python@v5
142+ uses : actions/setup-python@v6
143143 with :
144144 python-version : ${{ env.PYTHON_VERSION }}
145145
You can’t perform that action at this time.
0 commit comments