File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
with :
29
29
fetch-depth : 0
30
30
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout Code
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
30
30
- name : Build Image
31
31
run : docker build -t "$IMAGE" .
54
54
55
55
steps :
56
56
- name : Checkout Docker official images tests
57
- uses : actions/checkout@v3
57
+ uses : actions/checkout@v4
58
58
with :
59
59
repository : docker-library/official-images
60
60
path : official-images
@@ -120,7 +120,7 @@ jobs:
120
120
121
121
steps :
122
122
- name : Checkout Code
123
- uses : actions/checkout@v3
123
+ uses : actions/checkout@v4
124
124
125
125
# PREPARE RUNNER ENV
126
126
- name : Add Test Domains in /etc/hosts
You can’t perform that action at this time.
0 commit comments