Skip to content

Commit 47505b1

Browse files
chore(deps): update actions/setup-java action to v4 (#43)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a9cd2fa commit 47505b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo $SECRETS_BASE64 | base64 --decode > secrets.properties
3232
3333
- name: Set up JDK 17
34-
uses: actions/setup-java@v3
34+
uses: actions/setup-java@v4
3535
with:
3636
java-version: 17
3737
distribution: zulu

0 commit comments

Comments
 (0)