Skip to content

Commit cd51ad8

Browse files
authored
Merge pull request #15 from quickfix-j/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 3 to 5
2 parents e6a7972 + 080a760 commit cd51ad8

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
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v3
2424
- name: Set up JDK
25-
uses: actions/setup-java@v3
25+
uses: actions/setup-java@v5
2626
with:
2727
distribution: 'temurin'
2828
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)