We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730864f commit 56feb18Copy full SHA for 56feb18
.github/workflows/master.yml
@@ -20,7 +20,7 @@ jobs:
20
fetch-depth: 0
21
22
- name: Setup JDK
23
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
24
with:
25
distribution: 'temurin'
26
java-version: '17'
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
82
0 commit comments