File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
19
steps :
20
20
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
# Disabling shallow clone is recommended for improving relevancy of reporting
24
24
fetch-depth : 0
72
72
name : Docker Image for gwa-api
73
73
runs-on : ubuntu-latest
74
74
steps :
75
- - uses : actions/checkout@v2
75
+ - uses : actions/checkout@v4
76
76
- name : Check if build needed
77
77
id : check
78
78
run : |
@@ -103,7 +103,7 @@ jobs:
103
103
name : Docker Image for gwa-scheduler
104
104
runs-on : ubuntu-latest
105
105
steps :
106
- - uses : actions/checkout@v2
106
+ - uses : actions/checkout@v4
107
107
- name : Check if build needed
108
108
id : check
109
109
run : |
@@ -134,7 +134,7 @@ jobs:
134
134
name : Docker Image for gwa-kube-api
135
135
runs-on : ubuntu-latest
136
136
steps :
137
- - uses : actions/checkout@v2
137
+ - uses : actions/checkout@v4
138
138
- name : Check if build needed
139
139
id : check
140
140
run : |
You can’t perform that action at this time.
0 commit comments