Skip to content

Commit 86e8f6c

Browse files
committed
update ci actions versions
1 parent bb06e80 commit 86e8f6c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
shell: bash
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323

2424
- name: Set up JDK
2525
uses: actions/setup-java@v4
@@ -29,9 +29,7 @@ jobs:
2929
cache: maven
3030

3131
- name: Set up Python
32-
uses: actions/setup-python@v5
33-
with:
34-
python-version: '3.11'
32+
uses: actions/setup-python@v6
3533

3634
- name: Install uv
3735
uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)