Skip to content

Commit 7dcdff5

Browse files
authored
Update push.yml
update java-version from specific to major version
1 parent 01e8272 commit 7dcdff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
wget https://raw.githubusercontent.com/entur/ror-maven-settings/master/.m2/settings.xml -O .github/workflows/settings.xml
2424
- uses: actions/setup-java@v4
2525
with:
26-
java-version: 21.0.5+11
26+
java-version: 21
2727
distribution: temurin
2828
- name: Cache Maven dependencies
2929
uses: actions/cache@v4

0 commit comments

Comments
 (0)