Skip to content

Commit 54b4392

Browse files
Update actions/setup-java action to v3.11.0 (#95)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa9c0a8 commit 54b4392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/springboot2-mybatis-mysql-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727

2828
- name: Set up JDK 17
29-
uses: actions/setup-java@v3.9.0
29+
uses: actions/setup-java@v3.11.0
3030
with:
3131
java-version: 17
3232
distribution: "zulu"

0 commit comments

Comments
 (0)