Skip to content

Commit baeecd3

Browse files
authored
Merge pull request #90 from fobo66/renovate/actions-setup-java-5.x
Update actions/setup-java action to v5
2 parents 0def2a2 + 9c82cd9 commit baeecd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v5
12-
- uses: actions/setup-java@v4
12+
- uses: actions/setup-java@v5
1313
with:
1414
distribution: 'temurin'
1515
java-version: '21'

0 commit comments

Comments
 (0)