File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 - name : Checkout
1717 uses : actions/checkout@v5
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.10"
2222 - name : Install build tools and doc build tools
Original file line number Diff line number Diff line change 5959 uses : actions/checkout@v5
6060
6161 - name : Set up Python ${{ matrix.python-version }}
62- uses : actions/setup-python@v5
62+ uses : actions/setup-python@v6
6363 with :
6464 python-version : ${{ matrix.python-version }}
6565
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v5
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 - name : Install dependencies
Original file line number Diff line number Diff line change 3535 - name : Checkout
3636 uses : actions/checkout@v5
3737 - name : Set up Python ${{ matrix.python-version }}
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : ${{ matrix.python-version }}
4141 cache : " pip"
You can’t perform that action at this time.
0 commit comments