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 29
29
# Steps represent a sequence of tasks that will be executed as part of the job
30
30
steps :
31
31
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v4
33
33
34
34
- uses : actions/setup-java@v3
35
35
with :
61
61
# Steps represent a sequence of tasks that will be executed as part of the job
62
62
steps :
63
63
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
64
- - uses : actions/checkout@v3
64
+ - uses : actions/checkout@v4
65
65
66
66
- uses : actions/setup-java@v3
67
67
with :
@@ -128,7 +128,7 @@ jobs:
128
128
# Steps represent a sequence of tasks that will be executed as part of the job
129
129
steps :
130
130
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
131
- - uses : actions/checkout@v3
131
+ - uses : actions/checkout@v4
132
132
133
133
- uses : actions/setup-java@v3
134
134
with :
You can’t perform that action at this time.
0 commit comments