File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 32
32
- name : Setup CloudQuery
33
33
uses : cloudquery/setup-cloudquery@v4
34
34
with :
35
- version : v6.28.0
35
+ version : v6.28.1
36
36
37
37
- name : Set up Go 1.x
38
38
uses : actions/setup-go@v5
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
if : needs.prepare.outputs.ui_dir_arg != ''
120
120
uses : cloudquery/setup-cloudquery@v4
121
121
with :
122
- version : v6.28.0
122
+ version : v6.28.1
123
123
124
124
- name : Build
125
125
working-directory : ${{ needs.prepare.outputs.plugin_dir }}
@@ -244,7 +244,7 @@ jobs:
244
244
- name : Setup CloudQuery
245
245
uses : cloudquery/setup-cloudquery@v4
246
246
with :
247
- version : v6.28.0
247
+ version : v6.28.1
248
248
249
249
- name : Publish plugin to hub
250
250
working-directory : ${{ needs.prepare.outputs.plugin_dir }}
@@ -345,7 +345,7 @@ jobs:
345
345
- name : Setup CloudQuery
346
346
uses : cloudquery/setup-cloudquery@v4
347
347
with :
348
- version : v6.28.0
348
+ version : v6.28.1
349
349
350
350
- name : Publish plugin to hub
351
351
working-directory : ${{ needs.prepare.outputs.plugin_dir }}
@@ -440,7 +440,7 @@ jobs:
440
440
- name : Setup CloudQuery
441
441
uses : cloudquery/setup-cloudquery@v4
442
442
with :
443
- version : v6.28.0
443
+ version : v6.28.1
444
444
445
445
- name : Publish plugin to hub
446
446
working-directory : ${{ needs.prepare.outputs.plugin_dir }}
@@ -541,7 +541,7 @@ jobs:
541
541
- name : Setup CloudQuery
542
542
uses : cloudquery/setup-cloudquery@v4
543
543
with :
544
- version : v6.28.0
544
+ version : v6.28.1
545
545
546
546
- name : Publish plugin to hub
547
547
working-directory : ${{ needs.prepare.outputs.plugin_dir }}
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154
154
- name : Setup CloudQuery
155
155
uses : cloudquery/setup-cloudquery@v4
156
156
with :
157
- version : v6.28.0
157
+ version : v6.28.1
158
158
159
159
- name : Publish plugin to hub
160
160
working-directory : ${{ needs.prepare.outputs.plugin_dir }}
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
- name : Setup CloudQuery
115
115
uses : cloudquery/setup-cloudquery@v4
116
116
with :
117
- version : v6.28.0
117
+ version : v6.28.1
118
118
119
119
- name : Publish plugin to hub
120
120
working-directory : ${{ needs.prepare.outputs.plugin_dir }}
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156
156
- name : Setup CloudQuery
157
157
uses : cloudquery/setup-cloudquery@v4
158
158
with :
159
- version : v6.28.0
159
+ version : v6.28.1
160
160
161
161
- name : Publish plugin to hub
162
162
working-directory : ${{ needs.prepare.outputs.plugin_dir }}
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154
154
- name : Setup CloudQuery
155
155
uses : cloudquery/setup-cloudquery@v4
156
156
with :
157
- version : v6.28.0
157
+ version : v6.28.1
158
158
159
159
- name : Publish plugin to hub
160
160
working-directory : ${{ needs.prepare.outputs.plugin_dir }}
Original file line number Diff line number Diff line change 91
91
- name : Setup CloudQuery
92
92
uses : cloudquery/setup-cloudquery@v4
93
93
with :
94
- version : v6.28.0
94
+ version : v6.28.1
95
95
96
96
- name : Build UI for ${{ matrix.plugin.dir }}
97
97
working-directory : ${{ matrix.plugin.ui }}
Original file line number Diff line number Diff line change 44
44
if : github.event_name == 'pull_request'
45
45
uses : cloudquery/setup-cloudquery@v4
46
46
with :
47
- version : v6.28.0
47
+ version : v6.28.1
48
48
- name : gen
49
49
if : github.event_name == 'pull_request'
50
50
run : make gen
Original file line number Diff line number Diff line change 44
44
if : github.event_name == 'pull_request'
45
45
uses : cloudquery/setup-cloudquery@v4
46
46
with :
47
- version : v6.28.0
47
+ version : v6.28.1
48
48
- name : gen
49
49
if : github.event_name == 'pull_request'
50
50
run : make gen
Original file line number Diff line number Diff line change 44
44
if : github.event_name == 'pull_request'
45
45
uses : cloudquery/setup-cloudquery@v4
46
46
with :
47
- version : v6.28.0
47
+ version : v6.28.1
48
48
- name : gen
49
49
if : github.event_name == 'pull_request'
50
50
run : make gen
74
74
- name : Setup CloudQuery
75
75
uses : cloudquery/setup-cloudquery@v4
76
76
with :
77
- version : v6.28.0
77
+ version : v6.28.1
78
78
- name : Build
79
79
run : go build .
80
80
- name : Use Node.js LTS
You can’t perform that action at this time.
0 commit comments