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 1515 uses : actions/checkout@v4
1616
1717 - name : Set up Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ' 3.13'
2121
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v4
2727
2828 - name : Set up Python
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232
6161 uses : actions/checkout@v4
6262
6363 - name : Set up Python
64- uses : actions/setup-python@v5
64+ uses : actions/setup-python@v6
6565 with :
6666 python-version : ' 3.13'
6767
Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v4
2727
28- - uses : actions/setup-python@v5
28+ - uses : actions/setup-python@v6
2929 with :
3030 python-version : ' 3.13'
3131
4747 steps :
4848 - uses : actions/checkout@v4
4949
50- - uses : actions/setup-python@v5
50+ - uses : actions/setup-python@v6
5151 with :
5252 python-version : ' 3.13'
5353
You can’t perform that action at this time.
0 commit comments