Skip to content

Commit a8510e6

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-java-5
2 parents 51af7e3 + 9218e7d commit a8510e6

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
@@ -15,7 +15,7 @@ jobs:
1515
java: [ '11', '11.0.3', '14', '14.0.1' ]
1616
name: Java ${{ matrix.Java }}
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v5
1919
- uses: actions/setup-java@v5
2020
with:
2121
distribution: 'zulu'

0 commit comments

Comments
 (0)