Skip to content

Commit 4e6952f

Browse files
chore(deps): update actions/setup-java action to v5
1 parent ba7edea commit 4e6952f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: ${{ ! startsWith(github.ref, 'refs/heads/renovate/') && !(github.event_name == 'pull_request' && startsWith(github.head_ref, 'renovate/')) }}
1010
steps:
1111
- name: Set up JDK
12-
uses: actions/setup-java@v4
12+
uses: actions/setup-java@v5
1313
with:
1414
distribution: zulu
1515
java-version: 21

0 commit comments

Comments
 (0)