File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ jobs:
2121
2222 steps :
2323 - name : Clone repository
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525
2626 - name : Set up Python ${{ matrix.python-version }}
2727 uses : actions/setup-python@v6
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030
3131 - name : Install uv
32- uses : astral-sh/setup-uv@v7
32+ uses : astral-sh/setup-uv@v8
3333
34- - name : Set up JDK 25
34+ - name : Set up JDK 26
3535 uses : actions/setup-java@v5
3636 with :
3737 distribution : ' temurin'
38- java-version : ' 25 '
38+ java-version : ' 26 '
3939
4040 - name : Install dependencies & build package
4141 run : |
@@ -60,10 +60,10 @@ jobs:
6060 runs-on : ubuntu-latest
6161 steps :
6262 - name : Clone repository
63- uses : actions/checkout@v5
63+ uses : actions/checkout@v6
6464
6565 - name : Install uv
66- uses : astral-sh/setup-uv@v7
66+ uses : astral-sh/setup-uv@v8
6767
6868 # Keep in sync ruff version with .pre-commit-config.yaml
6969 - name : Run Ruff Linter
@@ -76,10 +76,10 @@ jobs:
7676 runs-on : ubuntu-latest
7777 steps :
7878 - name : Clone repository
79- uses : actions/checkout@v5
79+ uses : actions/checkout@v6
8080
8181 - name : Install uv
82- uses : astral-sh/setup-uv@v7
82+ uses : astral-sh/setup-uv@v8
8383
8484 - name : Set up venv
8585 run : uv venv .venv
You can’t perform that action at this time.
0 commit comments