File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
go-version : ${{ matrix.go }}
25
25
26
26
- name : Check out code into the Go module directory
27
- uses : actions/checkout@v2.3.5
27
+ uses : actions/checkout@v2.4.0
28
28
29
29
- name : go mod pakcage cache
30
30
67
67
go-version : ${{ matrix.go }}
68
68
69
69
- name : Check out code into the Go module directory
70
- uses : actions/checkout@v2.3.5
70
+ uses : actions/checkout@v2.4.0
71
71
72
72
73
73
- name : go mod pakcage cache
@@ -111,7 +111,7 @@ jobs:
111
111
go-version : ${{ matrix.go }}
112
112
113
113
- name : Check out code into the Go module directory
114
- uses : actions/checkout@v2.3.5
114
+ uses : actions/checkout@v2.4.0
115
115
116
116
- name : go mod pakcage cache
117
117
@@ -154,7 +154,7 @@ jobs:
154
154
go-version : ${{ matrix.go }}
155
155
156
156
- name : Check out code into the Go module directory
157
- uses : actions/checkout@v2.3.5
157
+ uses : actions/checkout@v2.4.0
158
158
159
159
- name : go mod pakcage cache
160
160
You can’t perform that action at this time.
0 commit comments