Skip to content

Commit d6e7393

Browse files
Bump actions/setup-java from 4 to 5 (#1786)
Co-authored-by: Boni Garcia <boni.garcia@uc3m.es>
1 parent 66d5ae1 commit d6e7393

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

0 commit comments

Comments
 (0)