File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 name : Lint
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : Run pre-commit linting
1818 run : pipx run pre-commit run --all-files
1919
3030 python-version : " 3.10"
3131
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 - name : Set up Python ${{ matrix.python-version }}
3535 uses : astral-sh/setup-uv@v7
3636 with :
Original file line number Diff line number Diff line change 1010 name : Build and publish Python 🐍 distributions 📦 to PyPI
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - uses : actions/setup-python@v5
1515 with :
1616 python-version : " 3.x"
Original file line number Diff line number Diff line change 1717 build :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - name : Set up Python 3.11
2222 uses : astral-sh/setup-uv@v7
2323 with :
You can’t perform that action at this time.
0 commit comments