File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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.0 .0
44+ uses : actions/setup-python@v6.1 .0
4545 with :
4646 python-version : 3.13
4747
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.0 .0
43+ uses : actions/setup-python@v6.1 .0
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646
Original file line number Diff line number Diff line change 4040
4141 # https://github.com/actions/setup-python
4242 - name : Set up Python 3
43- uses : actions/setup-python@v6.0 .0
43+ uses : actions/setup-python@v6.1 .0
4444 with :
4545 python-version : 3.13
4646
You can’t perform that action at this time.
0 commit comments