Skip to content

Commit cb6f629

Browse files
Merge pull request #19 from xenit-eu/renovate/actions-setup-java-5.x
Update actions/setup-java action to v5
2 parents d68c825 + e700de4 commit cb6f629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1111
with:
1212
fetch-depth: 0
13-
- uses: actions/setup-java@v4
13+
- uses: actions/setup-java@v5
1414
with:
1515
java-version: 17
1616
distribution: temurin
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3333
with:
3434
fetch-depth: 0
35-
- uses: actions/setup-java@v4
35+
- uses: actions/setup-java@v5
3636
with:
3737
java-version: 17
3838
distribution: temurin

0 commit comments

Comments
 (0)