Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit adfec03

Browse files
Update actions/setup-java action to v5 (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2411d7c commit adfec03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Set up JDK 21
5151
if: '!env.TAG_ALREADY_EXISTS'
52-
uses: actions/setup-java@v4
52+
uses: actions/setup-java@v5
5353
with:
5454
distribution: corretto
5555
java-version: 21

0 commit comments

Comments
 (0)