We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6932d4 commit 770503bCopy full SHA for 770503b
.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
@@ -25,7 +25,7 @@ jobs:
25
- name: Copy maven settings
26
run: |
27
wget https://raw.githubusercontent.com/entur/ror-maven-settings/master/.m2/settings.xml -O .github/workflows/settings.xml
28
29
30
31
0 commit comments