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

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

This commit is contained in:
renovate[bot]
2025-08-21 06:43:02 +00:00
committed by Carm
parent 8c347525ca
commit c6a7312e3a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Set up JDK"
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
cache: maven
java-version: '8'