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 1515 uses : actions/setup-python@v5
1616 with :
1717 python-version : ${{ matrix.python-version }}
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 with :
2020 submodules : recursive
2121 - name : Install lint dependencies
5050 uses : actions/setup-python@v5
5151 with :
5252 python-version : ${{ matrix.python-version }}
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v6
5454 - name : Install test dependencies
5555 run : |
5656 python -m pip install --upgrade pip
7777 uses : actions/setup-python@v5
7878 with :
7979 python-version : ${{ matrix.python-version }}
80- - uses : actions/checkout@v4
80+ - uses : actions/checkout@v6
8181 - name : Install docs dependencies
8282 run : |
8383 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 2929 uses : actions/setup-python@v5
3030 with :
3131 python-version : " 3.14"
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v6
3333 - name : Build package
3434 run : make build
3535 - name : Publish distribution 📦 to ${{ matrix.environment.name }}
You can’t perform that action at this time.
0 commit comments