File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v5
20- - uses : actions/setup-python@v5
20+ - uses : actions/setup-python@v6
2121 with :
2222 python-version : " 3.x"
2323 cache : " pip"
Original file line number Diff line number Diff line change 5151 fi
5252 - name : Set up Python
5353 id : setup_python
54- uses : actions/setup-python@v5
54+ uses : actions/setup-python@v6
5555 with :
5656 python-version : " 3.x"
5757 cache : " pip"
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v5
2525 - name : Set up Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : " 3.x"
2929 - name : Install dependencies
@@ -389,7 +389,7 @@ jobs:
389389 steps :
390390 - uses : actions/checkout@v5
391391 - name : Set up Python ${{ matrix.py }}
392- uses : actions/setup-python@v5
392+ uses : actions/setup-python@v6
393393 with :
394394 python-version : ${{ matrix.py }}
395395 cache : " pip"
You can’t perform that action at this time.
0 commit comments