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.
2 parents 2fef7d2 + 770503b commit d37a211Copy full SHA for d37a211
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
with:
13
fetch-depth: 0
14
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
15
16
java-version: 17.0.13
17
distribution: liberica
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Copy maven settings
29
run: |
30
wget https://raw.githubusercontent.com/entur/ror-maven-settings/master/.m2/settings.xml -O .github/workflows/settings.xml
31
32
33
34
0 commit comments