Skip to content

Commit 4efb2ef

Browse files
Update actions/setup-java action to v5
| datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/setup-java | v3.3.0 | v5.1.0 |
1 parent 2f11779 commit 4efb2ef

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
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Setup Java
27-
uses: actions/setup-java@v3.3.0
27+
uses: actions/setup-java@v5.1.0
2828
with:
2929
distribution: 'temurin'
3030
java-version: '17'

0 commit comments

Comments
 (0)