Skip to content

Commit 8c92401

Browse files
Bump actions/setup-java from 4 to 5 (#1295)
Co-authored-by: Boni Garcia <[email protected]>
1 parent c766ec7 commit 8c92401

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout GitHub repo
2424
uses: actions/checkout@v5
2525
- name: Set up Java ${{ matrix.java }}
26-
uses: actions/setup-java@v4
26+
uses: actions/setup-java@v5
2727
with:
2828
distribution: 'temurin'
2929
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)