1
mirror of https://github.com/CarmJos/MoeTeleport.git synced 2026-06-04 15:59:45 +08:00

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

This commit is contained in:
renovate[bot]
2025-01-17 17:09:17 +00:00
committed by Carm
parent eaff4d066c
commit 17d8e6847b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Set up JDK"
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'