Update actions/setup-java action to v5.3.0

This commit is contained in:
renovate[bot]
2026-06-23 19:14:52 +00:00
committed by GitHub
parent 24bde2430e
commit 03fb97ce6e
13 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: ⏬ Checkout with LFS
uses: nschloe/action-cached-lfs-checkout@385a8ecc719e50b8c71af6ab01a624b486b7c3bc # v1.2.5
- name: Use JDK 21
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'