File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9292 path : dist
9393
9494 - name : Set up Python
95- uses : actions/setup-python@v5
95+ uses : actions/setup-python@v6
9696 with :
9797 python-version : " 3.11"
9898
Original file line number Diff line number Diff line change 2323 persist-credentials : false
2424
2525 - name : Setup Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : " 3.11"
2929 cache : pip
Original file line number Diff line number Diff line change 3434 persist-credentials : true
3535
3636 - name : Set up Python
37- uses : actions/setup-python@v5
37+ uses : actions/setup-python@v6
3838 with :
3939 python-version : " 3.x"
4040
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ jobs:
292292 path : dist
293293
294294 - name : Set up Python ${{ matrix.python }}
295- uses : actions/setup-python@v5
295+ uses : actions/setup-python@v6
296296 with :
297297 python-version : ${{ matrix.python }}
298298 check-latest : true
Original file line number Diff line number Diff line change 2626 persist-credentials : false
2727
2828 - name : Setup Python
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : " 3.11"
3232 cache : pip
You can’t perform that action at this time.
0 commit comments