File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 uses : actions/checkout@v7.0.0
5555
5656 - name : Set up Python
57- uses : actions/setup-python@v6.2 .0
57+ uses : actions/setup-python@v7.0 .0
5858 with :
5959 python-version : " 3.x"
6060 cache : " pip"
Original file line number Diff line number Diff line change 3939 uses : actions/checkout@v7.0.0
4040
4141 - name : Set up Python
42- uses : actions/setup-python@v6.2 .0
42+ uses : actions/setup-python@v7.0 .0
4343 with :
4444 python-version : " 3.13"
4545 cache : " pip"
Original file line number Diff line number Diff line change 2626 - name : Checkout
2727 uses : actions/checkout@v7.0.0
2828 - name : Set up Python
29- uses : actions/setup-python@v6.2 .0
29+ uses : actions/setup-python@v7.0 .0
3030 with :
3131 python-version : " 3.12"
3232 - name : Install build tools and doc build tools
Original file line number Diff line number Diff line change 4949 uses : actions/checkout@v7.0.0
5050
5151 - name : Set up Python
52- uses : actions/setup-python@v6.2 .0
52+ uses : actions/setup-python@v7.0 .0
5353 with :
5454 python-version : " 3.9"
5555 cache : " pip"
Original file line number Diff line number Diff line change 5050 path : docs
5151
5252 - name : Set up Python
53- uses : actions/setup-python@v6.2 .0
53+ uses : actions/setup-python@v7.0 .0
5454 with :
5555 python-version : " 3.12"
5656
Original file line number Diff line number Diff line change 7474 uses : actions/checkout@v7.0.0
7575
7676 - name : Set up Python ${{ matrix.python-version }}
77- uses : actions/setup-python@v6.2 .0
77+ uses : actions/setup-python@v7.0 .0
7878 with :
7979 python-version : ${{ matrix.python-version }}
8080
Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v7.0.0
2525
2626 - name : Set up Python ${{ matrix.python-version }}
27- uses : actions/setup-python@v6.2 .0
27+ uses : actions/setup-python@v7.0 .0
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 cache : " pip"
Original file line number Diff line number Diff line change 8585 uses : actions/checkout@v7.0.0
8686
8787 - name : Set up Python ${{ matrix.python-version }}
88- uses : actions/setup-python@v6.2 .0
88+ uses : actions/setup-python@v7.0 .0
8989 with :
9090 python-version : ${{ matrix.python-version }}
9191 cache : " pip"
You can’t perform that action at this time.
0 commit comments