Skip to content

Commit bf1ef28

Browse files
authored
Merge pull request #385 from ChargeTimeEU/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 3 to 5
2 parents 02e2f98 + 52c7345 commit bf1ef28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Set up JDK 11
16-
uses: actions/setup-java@v3
16+
uses: actions/setup-java@v5
1717
with:
1818
java-version: '11'
1919
distribution: 'temurin'

0 commit comments

Comments
 (0)