File tree 4 files changed +7
-7
lines changed 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
if : " !contains(github.event.head_commit.message, '[ci skip]')"
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
15
ref : ${{ github.event.pull_request.head.ref }}
@@ -105,7 +105,7 @@ jobs:
105
105
if : " !contains(github.event.head_commit.message, '[ci skip]')"
106
106
steps :
107
107
- name : Checkout
108
- uses : actions/checkout@v3
108
+ uses : actions/checkout@v4
109
109
110
110
- name : Terraform format
111
111
uses : hashicorp/setup-terraform@v3
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- name : Login to Docker
19
19
uses : docker/login-action@v3
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Login to Docker
18
18
uses : docker/login-action@v3
35
35
runs-on : ubuntu-latest
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
39
39
40
40
- run : |
41
41
VERSION=$(echo ${{ github.event.release.tag_name }} | cut -d. -f1)
Original file line number Diff line number Diff line change 13
13
if : " !contains(github.event.head_commit.message, '[ci skip]')"
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- name : Run ShellCheck
19
19
uses : ludeeus/action-shellcheck@master
25
25
if : " !contains(github.event.head_commit.message, '[ci skip]')"
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
30
30
- name : Install gomplate
31
31
run : |
You can’t perform that action at this time.
0 commit comments