1
mirror of https://github.com/CarmJos/GithubReleases4J.git synced 2026-06-04 13:08:17 +08:00

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

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