Skip to content

Commit 842050f

Browse files
authored
Merge pull request #706 from microprofile/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents a7401b8 + 184a781 commit 842050f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
name: checkout
1717

18-
- uses: actions/setup-java@v4
18+
- uses: actions/setup-java@v5
1919
name: set up jdk ${{matrix.java}}
2020
with:
2121
java-version: ${{matrix.java}}

0 commit comments

Comments
 (0)