File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 - name : Checkout code
1919 uses : actions/checkout@v5
2020 - name : Set up Python 3.10
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.13"
2424
Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v5
2626 - name : Set up Python ${{ matrix.python-version }}
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 - name : Linting
5252 steps :
5353 - uses : actions/checkout@v5
5454 - name : Set up Python ${{ matrix.python-version }}
55- uses : actions/setup-python@v5
55+ uses : actions/setup-python@v6
5656 with :
5757 python-version : ${{ matrix.python-version }}
5858 - name : Get full Python version
You can’t perform that action at this time.
0 commit comments