File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v4
2727
2828 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232
6060 uses : actions/checkout@v4
6161
6262 - name : Set up Python 3.12
63- uses : actions/setup-python@v5
63+ uses : actions/setup-python@v6
6464 with :
6565 python-version : " 3.13"
6666
Original file line number Diff line number Diff line change 2929 uses : actions/checkout@v4
3030
3131 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535
6363 uses : actions/checkout@v4
6464
6565 - name : Set up Python 3.12
66- uses : actions/setup-python@v5
66+ uses : actions/setup-python@v6
6767 with :
6868 python-version : " 3.13"
6969
You can’t perform that action at this time.
0 commit comments