Skip to content

Commit b440e1b

Browse files
committed
ci: upgrade to jdk 25
1 parent 4d9611a commit b440e1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example/.github/workflows/build_workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
12-
- name: Set up JDK 21
13-
uses: actions/setup-java@v4
11+
uses: actions/checkout@v6
12+
- name: Set up JDK 25
13+
uses: actions/setup-java@v5
1414
with:
1515
distribution: temurin
1616
java-version: 21
1717
- name: Cache Maven dependencies
18-
uses: actions/cache@v3
18+
uses: actions/cache@v4
1919
with:
2020
path: ~/.m2/repository
2121
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)