File tree 12 files changed +15
-15
lines changed
12 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-22.04
30
30
steps :
31
31
- name : Clone source code
32
- uses : actions/checkout@v4.1.7 # https://github.com/actions/checkout
32
+ uses : actions/checkout@v4.2.0 # https://github.com/actions/checkout
33
33
with :
34
34
# Whether to configure the token or SSH key with the local git config. Default: true
35
35
persist-credentials : false
Original file line number Diff line number Diff line change 26
26
steps :
27
27
28
28
- name : Clone source code
29
- uses : actions/checkout@v4.1.7 # https://github.com/actions/checkout
29
+ uses : actions/checkout@v4.2.0 # https://github.com/actions/checkout
30
30
with :
31
31
# Whether to configure the token or SSH key with the local git config. Default: true
32
32
persist-credentials : false
Original file line number Diff line number Diff line change 36
36
continue-on-error : ${{ matrix.allow-failure }}
37
37
steps :
38
38
- name : Clone source code
39
- uses : actions/checkout@v4.1.7 # https://github.com/actions/checkout
39
+ uses : actions/checkout@v4.2.0 # https://github.com/actions/checkout
40
40
with :
41
41
# Whether to configure the token or SSH key with the local git config. Default: true
42
42
persist-credentials : false
Original file line number Diff line number Diff line change 48
48
- ' 3306:3306'
49
49
steps :
50
50
- name : Clone source code
51
- uses : actions/checkout@v4.1.7 # https://github.com/actions/checkout
51
+ uses : actions/checkout@v4.2.0 # https://github.com/actions/checkout
52
52
with :
53
53
# Whether to configure the token or SSH key with the local git config. Default: true
54
54
persist-credentials : false
Original file line number Diff line number Diff line change 39
39
- ' 5432:5432'
40
40
steps :
41
41
- name : Clone source code
42
- uses : actions/checkout@v4.1.7 # https://github.com/actions/checkout
42
+ uses : actions/checkout@v4.2.0 # https://github.com/actions/checkout
43
43
with :
44
44
# Whether to configure the token or SSH key with the local git config. Default: true
45
45
persist-credentials : false
Original file line number Diff line number Diff line change 31
31
steps :
32
32
33
33
- name : Clone source code
34
- uses : actions/checkout@v4.1.7 # https://github.com/actions/checkout
34
+ uses : actions/checkout@v4.2.0 # https://github.com/actions/checkout
35
35
with :
36
36
# Whether to configure the token or SSH key with the local git config. Default: true
37
37
persist-credentials : false
Original file line number Diff line number Diff line change 23
23
steps :
24
24
25
25
- name : Clone source code
26
- uses : actions/checkout@v4.1.7 # https://github.com/actions/checkout
26
+ uses : actions/checkout@v4.2.0 # https://github.com/actions/checkout
27
27
with :
28
28
# Whether to configure the token or SSH key with the local git config. Default: true
29
29
persist-credentials : false
Original file line number Diff line number Diff line change 23
23
steps :
24
24
25
25
- name : Clone source code
26
- uses : actions/checkout@v4.1.7 # https://github.com/actions/checkout
26
+ uses : actions/checkout@v4.2.0 # https://github.com/actions/checkout
27
27
with :
28
28
# Whether to configure the token or SSH key with the local git config. Default: true
29
29
persist-credentials : false
36
36
37
37
# https://github.com/tfutils/tfenv#manual
38
38
- name : Install tfenv
39
- uses : actions/checkout@v4.1.7
39
+ uses : actions/checkout@v4.2.0
40
40
with :
41
41
# https://github.com/actions/checkout#checkout-multiple-repos-nested
42
42
repository : tfutils/tfenv
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-20.04
23
23
steps :
24
24
- name : Clone source code
25
- uses : actions/checkout@v4.1.7 # https://github.com/actions/checkout
25
+ uses : actions/checkout@v4.2.0 # https://github.com/actions/checkout
26
26
with :
27
27
# Whether to configure the token or SSH key with the local git config. Default: true
28
28
persist-credentials : false
47
47
runs-on : ubuntu-20.04
48
48
steps :
49
49
- name : Clone source code
50
- uses : actions/checkout@v4.1.7 # https://github.com/actions/checkout
50
+ uses : actions/checkout@v4.2.0 # https://github.com/actions/checkout
51
51
with :
52
52
# Whether to configure the token or SSH key with the local git config. Default: true
53
53
persist-credentials : false
Original file line number Diff line number Diff line change 32
32
runs-on : ubuntu-22.04
33
33
steps :
34
34
- name : Clone source code
35
- uses : actions/checkout@v4.1.7 # https://github.com/actions/checkout
35
+ uses : actions/checkout@v4.2.0 # https://github.com/actions/checkout
36
36
with :
37
37
# Whether to configure the token or SSH key with the local git config. Default: true
38
38
persist-credentials : true
Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-20.04
27
27
steps :
28
28
- name : Clone source code
29
- uses : actions/checkout@v4.1.7 # https://github.com/actions/checkout
29
+ uses : actions/checkout@v4.2.0 # https://github.com/actions/checkout
30
30
with :
31
31
# Whether to configure the token or SSH key with the local git config. Default: true
32
32
persist-credentials : true
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-20.04
22
22
steps :
23
23
- name : Clone source code
24
- uses : actions/checkout@v4.1.7 # https://github.com/actions/checkout
24
+ uses : actions/checkout@v4.2.0 # https://github.com/actions/checkout
25
25
with :
26
26
# Whether to configure the token or SSH key with the local git config. Default: true
27
27
persist-credentials : false
46
46
runs-on : ubuntu-20.04
47
47
steps :
48
48
- name : Clone source code
49
- uses : actions/checkout@v4.1.7 # https://github.com/actions/checkout
49
+ uses : actions/checkout@v4.2.0 # https://github.com/actions/checkout
50
50
with :
51
51
# Whether to configure the token or SSH key with the local git config. Default: true
52
52
persist-credentials : false
You can’t perform that action at this time.
0 commit comments