File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v5
1919 - name : Set up Python 3.10
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.10'
2323
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v5
1919 - name : Set up Python 3.10
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.10'
2323
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v5
2424
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 cache : pip
5151 steps :
5252 - uses : actions/checkout@v5
5353
54- - uses : actions/setup-python@v5
54+ - uses : actions/setup-python@v6
5555 with :
5656 python-version : ' 3.13'
5757
9696 - uses : actions/checkout@v5
9797 - name : Set up Python ${{ matrix.python-version }}
9898
99- uses : actions/setup-python@v5
99+ uses : actions/setup-python@v6
100100 with :
101101 python-version : ${{ matrix.python-version }}
102102 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments