File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
steps :
29
29
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30
30
- uses : actions/checkout@v3
31
- - uses : actions/setup-java@v3
31
+ - uses : actions/setup-java@v4
32
32
with :
33
33
distribution : ' temurin'
34
34
java-version : ' 17'
65
65
steps :
66
66
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
67
67
- uses : actions/checkout@v3
68
- - uses : actions/setup-java@v3
68
+ - uses : actions/setup-java@v4
69
69
with :
70
70
distribution : ' temurin'
71
71
java-version : ' 17'
@@ -102,7 +102,7 @@ jobs:
102
102
steps :
103
103
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
104
104
- uses : actions/checkout@v3
105
- - uses : actions/setup-java@v3
105
+ - uses : actions/setup-java@v4
106
106
with :
107
107
distribution : ' temurin'
108
108
java-version : ' 17'
You can’t perform that action at this time.
0 commit comments