File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 style :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 - run : pipx run ruff check .
3030 - run : pipx run ruff format --diff .
3131
3535
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 - name : Codespell
4040 uses : codespell-project/actions-codespell@v2
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Set up Docker Buildx
2424 uses : docker/setup-buildx-action@v3.11.1
Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ jobs:
4545 DEPENDS : ${{ matrix.dependencies }}
4646
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 with :
5050 submodules : recursive
5151 fetch-depth : 0
5252 - name : Set up Python ${{ matrix.python-version }}
53- uses : actions/setup-python@v5
53+ uses : actions/setup-python@v6
5454 with :
5555 python-version : ${{ matrix.python-version }}
5656 allow-prereleases : true
You can’t perform that action at this time.
0 commit comments