File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 lint :
1111 runs-on : ubuntu-slim
1212 steps :
13- - uses : actions/checkout@v6
13+ - uses : actions/checkout@v7
1414 - uses : actions/setup-python@v6
1515 with :
1616 python-version : " 3.14"
1717 # Ref: https://github.com/tox-dev/action-pre-commit-uv
18- - uses : tox-dev/action-pre-commit-uv@246b66536e366bb885f52d61983bf32f7c95e8b1 # 1.0.3
18+ - uses : tox-dev/action-pre-commit-uv@41a04ab74d5ec7ca33c8db8a59b6e3291d576033 # 1.0.4
1919
2020 test :
2121 runs-on : ${{ matrix.os }}
2828 python-version : " 3.14"
2929
3030 steps :
31- - uses : actions/checkout@v6
31+ - uses : actions/checkout@v7
3232
3333 - name : Set up Python ${{ matrix.python-version }}
3434 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2121 name : Build documentation with Sphinx
2222 runs-on : ubuntu-slim
2323 steps :
24- - uses : actions/checkout@v6
24+ - uses : actions/checkout@v7
2525 - uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.14"
You can’t perform that action at this time.
0 commit comments