We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21c86f commit 38ff900Copy full SHA for 38ff900
.github/workflows/push.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Copy maven settings
22
run: |
23
wget https://raw.githubusercontent.com/entur/ror-maven-settings/master/.m2/settings.xml -O .github/workflows/settings.xml
24
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
25
with:
26
java-version: 21
27
distribution: temurin
0 commit comments