File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848
4949 # https://github.com/actions/setup-python
5050 - name : Set up Python
51- uses : actions/setup-python@v6.3 .0
51+ uses : actions/setup-python@v7.0 .0
5252 with :
5353 python-version : 3.13
5454
Original file line number Diff line number Diff line change 4040
4141 # https://github.com/actions/setup-python
4242 - name : Set up Python ${{ matrix.python-version }}
43- uses : actions/setup-python@v6.3 .0
43+ uses : actions/setup-python@v7.0 .0
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646
Original file line number Diff line number Diff line change 4141
4242 # https://github.com/actions/setup-python
4343 - name : Set up Python
44- uses : actions/setup-python@v6.3 .0
44+ uses : actions/setup-python@v7.0 .0
4545 with :
4646 python-version : 3.13
4747
Original file line number Diff line number Diff line change 3434
3535 # https://github.com/actions/setup-python
3636 - name : Set up Python 3
37- uses : actions/setup-python@v6.3 .0
37+ uses : actions/setup-python@v7.0 .0
3838 with :
3939 python-version : 3.13
4040
You can’t perform that action at this time.
0 commit comments