We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7992cb3 commit 7fd19f6Copy full SHA for 7fd19f6
.github/workflows/push.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Copy maven settings
27
run: |
28
wget https://raw.githubusercontent.com/entur/ror-maven-settings/master/.m2/settings.xml -O .github/workflows/settings.xml
29
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
30
with:
31
java-version: 17.0.15
32
distribution: temurin
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
0 commit comments