Skip to content

Commit 38ff900

Browse files
chore(deps): update actions/setup-java action from vv4 to v5
1 parent d21c86f commit 38ff900

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Copy maven settings
2222
run: |
2323
wget https://raw.githubusercontent.com/entur/ror-maven-settings/master/.m2/settings.xml -O .github/workflows/settings.xml
24-
- uses: actions/setup-java@v4
24+
- uses: actions/setup-java@v5
2525
with:
2626
java-version: 21
2727
distribution: temurin

0 commit comments

Comments
 (0)