File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
if : (github.event_name == 'schedule' && github.repository == 'nginx-proxy/acme-companion') || (github.event_name != 'schedule')
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
with :
30
30
fetch-depth : 0
31
31
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
20
20
- name : Docker Hub Description
21
21
uses : peter-evans/dockerhub-description@v4
Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : Checkout Code
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
31
31
- name : Build Image
32
32
run : docker build -t "$IMAGE" .
55
55
56
56
steps :
57
57
- name : Checkout Docker official images tests
58
- uses : actions/checkout@v4
58
+ uses : actions/checkout@v5
59
59
with :
60
60
repository : docker-library/official-images
61
61
path : official-images
@@ -113,7 +113,7 @@ jobs:
113
113
114
114
steps :
115
115
- name : Checkout Code
116
- uses : actions/checkout@v4
116
+ uses : actions/checkout@v5
117
117
118
118
# PREPARE RUNNER ENV
119
119
- name : Add Test Domains in /etc/hosts
You can’t perform that action at this time.
0 commit comments