Skip to content

Commit e5260ce

Browse files
kaklikgithub-actions[bot]
authored andcommitted
Update workflow files
1 parent dbcbd2e commit e5260ce

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/kicad_outputs.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
token: ${{ secrets.pat }}
3434
ref: ${{ github.head_ref }}
3535

36-
- uses: INTI-CMNB/KiBot@v2_dk8
36+
- uses: INTI-CMNB/KiBot@v2_dk9
3737
with:
3838
config: ${{ env.kibot }}/erc.kibot.yaml
3939
schema: ${{ env.schema }}
@@ -51,7 +51,7 @@ jobs:
5151
token: ${{ secrets.pat }}
5252
ref: ${{ github.head_ref }}
5353

54-
- uses: INTI-CMNB/KiBot@v2_dk8
54+
- uses: INTI-CMNB/KiBot@v2_dk9
5555
with:
5656
config: ${{ env.kibot }}/drc.kibot.yaml
5757
schema: ${{ env.schema }}
@@ -69,7 +69,7 @@ jobs:
6969
token: ${{ secrets.pat }}
7070
ref: ${{ github.head_ref }}
7171

72-
- uses: INTI-CMNB/KiBot@v2_dk8
72+
- uses: INTI-CMNB/KiBot@v2_dk9
7373
with:
7474
config: ${{ env.kibot }}/schematics.kibot.yaml
7575
schema: ${{ env.schema }}
@@ -93,14 +93,14 @@ jobs:
9393
token: ${{ secrets.pat }}
9494
ref: ${{ github.head_ref }}
9595

96-
- uses: INTI-CMNB/KiBot@v2_dk8
96+
- uses: INTI-CMNB/KiBot@v2_dk9
9797
with:
9898
config: ${{ env.kibot }}/placement.kibot.yaml
9999
schema: ${{ env.schema }}
100100
board: ${{ env.board }}
101101
dir: ${{ env.dir }}_docs
102102

103-
- uses: INTI-CMNB/KiBot@v2_dk8
103+
- uses: INTI-CMNB/KiBot@v2_dk9
104104
with:
105105
config: ${{ env.kibot }}/xml.kibot.yaml
106106
schema: ${{ env.schema }}
@@ -146,7 +146,7 @@ jobs:
146146
token: ${{ secrets.pat }}
147147
ref: ${{ github.head_ref }}
148148

149-
- uses: INTI-CMNB/KiBot@v2_dk8
149+
- uses: INTI-CMNB/KiBot@v2_dk9
150150
with:
151151
config: ${{ env.kibot }}/report.kibot.yaml
152152
schema: ${{ env.schema }}
@@ -170,7 +170,7 @@ jobs:
170170
token: ${{ secrets.pat }}
171171
ref: ${{ github.head_ref }}
172172

173-
- uses: INTI-CMNB/KiBot@v2_dk8
173+
- uses: INTI-CMNB/KiBot@v2_dk9
174174
with:
175175
config: ${{ env.kibot }}/ibom.kibot.yaml
176176
schema: ${{ env.schema }}
@@ -199,7 +199,7 @@ jobs:
199199
token: ${{ secrets.pat }}
200200
ref: ${{ github.head_ref }}
201201

202-
- uses: INTI-CMNB/KiBot@v2_dk8
202+
- uses: INTI-CMNB/KiBot@v2_dk9
203203
with:
204204
config: ${{ env.kibot }}/gerbers.kibot.yaml
205205
schema: ${{ env.schema }}
@@ -228,14 +228,14 @@ jobs:
228228
token: ${{ secrets.pat }}
229229
ref: ${{ github.head_ref }}
230230

231-
- uses: INTI-CMNB/KiBot@v2_dk8
231+
- uses: INTI-CMNB/KiBot@v2_dk9
232232
with:
233233
config: ${{ env.kibot }}/cad.kibot.yaml
234234
schema: ${{ env.schema }}
235235
board: ${{ env.board }}
236236
dir: ${{ env.dir }}_cad
237237

238-
- uses: INTI-CMNB/KiBot@v2_dk8
238+
- uses: INTI-CMNB/KiBot@v2_dk9
239239
with:
240240
config: ${{ env.kibot }}/render.kibot.yaml
241241
schema: ${{ env.schema }}

doc/assets

0 commit comments

Comments
 (0)