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 31
31
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
32
32
- uses : actions/checkout@v4
33
33
34
- - uses : actions/setup-java@v3
34
+ - uses : actions/setup-java@v4
35
35
with :
36
36
distribution : ' temurin'
37
37
java-version : ' 17'
63
63
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
64
64
- uses : actions/checkout@v4
65
65
66
- - uses : actions/setup-java@v3
66
+ - uses : actions/setup-java@v4
67
67
with :
68
68
distribution : ' temurin'
69
69
java-version : ' 17'
@@ -130,7 +130,7 @@ jobs:
130
130
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
131
131
- uses : actions/checkout@v4
132
132
133
- - uses : actions/setup-java@v3
133
+ - uses : actions/setup-java@v4
134
134
with :
135
135
distribution : ' temurin'
136
136
java-version : ' 17'
You can’t perform that action at this time.
0 commit comments