Commit 815cb30 1 parent 45f8cec commit 815cb30 Copy full SHA for 815cb30
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
13
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
14
14
- name : Login to DockerHub
15
15
uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
16
16
with :
36
36
runs-on : ubuntu-latest
37
37
steps :
38
38
- name : Checkout
39
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
39
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
40
40
- name : Login to DockerHub
41
41
uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
42
42
with :
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
11
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
12
12
- name : Build Docker image
13
13
uses : ./.github/actions/build/
14
14
with :
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
32
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
33
33
- name : Build Docker image
34
34
uses : ./.github/actions/build/
35
35
with :
50
50
runs-on : ubuntu-latest
51
51
steps :
52
52
- name : Checkout
53
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
53
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
54
54
- name : Build Docker image
55
55
uses : ./.github/actions/build/
56
56
with :
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
11
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
12
12
- name : Login to DockerHub
13
13
uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
14
14
with :
34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
37
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
38
38
- name : Login to DockerHub
39
39
uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
40
40
with :
You can’t perform that action at this time.
0 commit comments