This repository was archived by the owner on Jan 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 7
7
using : " composite"
8
8
steps :
9
9
- name : Check out code.
10
- uses : actions/checkout@v3.0.2
10
+ uses : actions/checkout@v3.5.0
11
11
- name : Install Go
12
12
13
13
with :
Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-20.04
27
27
steps :
28
28
- name : Check out repository
29
- uses : actions/checkout@v3.0.2
29
+ uses : actions/checkout@v3.5.0
30
30
- name : Unit tests
31
31
uses : ./.github/actions/unit-tests
32
32
42
42
DATETIME : ${{ needs.prepare_ci_run.outputs.DATETIME }}
43
43
steps :
44
44
- name : Checkout Code
45
- uses : actions/checkout@v3.0.2
45
+ uses : actions/checkout@v3.5.0
46
46
47
47
- name : Load CI Environment from .ci_env
48
48
id : load_ci_env
84
84
DATETIME : ${{ needs.prepare_ci_run.outputs.DATETIME }}
85
85
steps :
86
86
- name : Checkout Code
87
- uses : actions/checkout@v3.0.2
87
+ uses : actions/checkout@v3.5.0
88
88
89
89
- name : Load CI Environment from .ci_env
90
90
id : load_ci_env
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-20.04
7
7
steps :
8
8
- name : Check out repository
9
- uses : actions/checkout@v3.0.2
9
+ uses : actions/checkout@v3.5.0
10
10
- name : Unit tests
11
11
uses : ./.github/actions/unit-tests
12
12
23
23
VERSION : ${{ needs.pre-release.outputs.RELEASE_TAG }}
24
24
steps :
25
25
- name : Checkout Code
26
- uses : actions/checkout@v3.0.2
26
+ uses : actions/checkout@v3.5.0
27
27
28
28
- name : Load CI Environment from .ci_env
29
29
id : load_ci_env
51
51
VERSION : ${{ needs.pre-release.outputs.RELEASE_TAG }}
52
52
steps :
53
53
- name : Checkout Code
54
- uses : actions/checkout@v3.0.2
54
+ uses : actions/checkout@v3.5.0
55
55
56
56
- name : Load CI Environment from .ci_env
57
57
id : load_ci_env
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-20.04
7
7
steps :
8
8
- name : Check out repository
9
- uses : actions/checkout@v3.0.2
9
+ uses : actions/checkout@v3.5.0
10
10
- name : Unit tests
11
11
uses : ./.github/actions/unit-tests
12
12
23
23
VERSION : ${{ needs.release.outputs.RELEASE_TAG }}
24
24
steps :
25
25
- name : Checkout Code
26
- uses : actions/checkout@v3.0.2
26
+ uses : actions/checkout@v3.5.0
27
27
28
28
- name : Load CI Environment from .ci_env
29
29
id : load_ci_env
52
52
VERSION : ${{ needs.release.outputs.RELEASE_TAG }}
53
53
steps :
54
54
- name : Checkout Code
55
- uses : actions/checkout@v3.0.2
55
+ uses : actions/checkout@v3.5.0
56
56
57
57
- name : Load CI Environment from .ci_env
58
58
id : load_ci_env
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Check out code.
9
- uses : actions/checkout@v3.0.2
9
+ uses : actions/checkout@v3.5.0
10
10
- name : Set up Go
11
11
12
12
with :
You can’t perform that action at this time.
0 commit comments