Skip to content

Commit 2b7bf6e

Browse files
Merge pull request #29 from opentripplanner/renovate/actions-setup-java-5.x
Update actions/setup-java action to v5
2 parents 5a21286 + 9817f6f commit 2b7bf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
sudo apt-get install xmlstarlet -yq
2020
- uses: actions/checkout@v6
2121
- name: Set up JDK 17
22-
uses: actions/setup-java@v4
22+
uses: actions/setup-java@v5
2323
with:
2424
java-version: '17'
2525
distribution: 'temurin'

0 commit comments

Comments
 (0)