We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732abe0 commit 0ab7337Copy full SHA for 0ab7337
1 file changed
.github/workflows/kibot.yml
@@ -29,7 +29,7 @@ jobs:
29
container:
30
image: ghcr.io/inti-cmnb/kicad8_auto:1.6.5
31
steps:
32
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
33
with:
34
submodules: true
35
- name: Run KiBot for DRC
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
- name: Run KiBot for ERC
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
- name: Get Branch Name
0 commit comments