File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
# Steps represent a sequence of tasks that will be executed as part of the job
28
28
steps :
29
29
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
- uses : actions/setup-java@v4
32
32
with :
33
33
distribution : ' temurin'
64
64
# Steps represent a sequence of tasks that will be executed as part of the job
65
65
steps :
66
66
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
67
- - uses : actions/checkout@v3
67
+ - uses : actions/checkout@v4
68
68
- uses : actions/setup-java@v4
69
69
with :
70
70
distribution : ' temurin'
@@ -101,7 +101,7 @@ jobs:
101
101
# Steps represent a sequence of tasks that will be executed as part of the job
102
102
steps :
103
103
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
104
- - uses : actions/checkout@v3
104
+ - uses : actions/checkout@v4
105
105
- uses : actions/setup-java@v4
106
106
with :
107
107
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments