From cd5c3ceccf6c1a58e58f90d97d14bc7a49544245 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 25 Nov 2024 23:19:59 +0100 Subject: [PATCH] bump gh action to kicad8 --- .github/workflows/compile-production-files.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/compile-production-files.yml b/.github/workflows/compile-production-files.yml index fda0e11..d78f634 100644 --- a/.github/workflows/compile-production-files.yml +++ b/.github/workflows/compile-production-files.yml @@ -6,7 +6,6 @@ on: jobs: - compile-production-files: runs-on: ubuntu-latest # needs: esphome-firmware-validation @@ -17,7 +16,7 @@ jobs: submodules: recursive - name: Generate full documentation - uses: INTI-CMNB/KiBot@v2_k7 + uses: INTI-CMNB/KiBot@v2_k8 env: MOUSER_KEY: ${{ secrets.MOUSER_KEY }} NEXAR_CLIENT_ID: ${{ secrets.NEXAR_CLIENT_ID }}