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 1313 dist :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : hynek/build-and-inspect-python-package@v2
1818
1919 deploy :
Original file line number Diff line number Diff line change 1111 name : Pre-commit checks
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : actions/setup-python@v5
1616 with :
1717 python-version : ' 3.10'
Original file line number Diff line number Diff line change 3131
3232 name : ${{ matrix.os }}, Python ${{ matrix.python-version }}
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535
3636 - name : Set up Python ${{ matrix.python-version }}
3737 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments