1
mirror of https://github.com/CarmJos/MoeTeleport.git synced 2026-06-04 16:46:10 +08:00

chore(deps): update actions/setup-java action to v5

This commit is contained in:
renovate[bot]
2025-08-21 06:10:24 +00:00
committed by Carm
parent 3f2713389b
commit 52d806f5d4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Set up JDK"
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
java-version: '11'
distribution: 'adopt'