File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout repository
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
16
16
- name : Build Docker image and push to registry
17
17
env :
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout repository
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
16
16
- name : Download labels' config
17
17
shell : bash
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
35
35
- name : Docker Lint
36
36
uses : luke142367/Docker-Lint-Action@v1.1.1
48
48
runs-on : ubuntu-latest
49
49
steps :
50
50
- name : Checkout repository
51
- uses : actions/checkout@v4
51
+ uses : actions/checkout@v5
52
52
53
53
- name : Build Docker image and push to registry
54
54
env :
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
17
17
- name : Download labels' config
18
18
shell : bash
33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- name : Checkout repository
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
38
38
- name : Docker Lint
39
39
uses : luke142367/Docker-Lint-Action@v1.1.1
50
50
runs-on : ubuntu-latest
51
51
steps :
52
52
- name : Checkout repository
53
- uses : actions/checkout@v4
53
+ uses : actions/checkout@v5
54
54
55
55
- name : Build Docker image
56
56
env :
62
62
runs-on : ubuntu-latest
63
63
steps :
64
64
- name : Checkout repository
65
- uses : actions/checkout@v4
65
+ uses : actions/checkout@v5
66
66
with :
67
67
fetch-depth : 0
68
68
You can’t perform that action at this time.
0 commit comments