From 0ab73371715457924f51efcdffe5234fca7897b3 Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Fri, 14 Jun 2024 17:23:07 +0100 Subject: [PATCH] Update checkout action. Removes node.js 16 error. --- .github/workflows/kibot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/kibot.yml b/.github/workflows/kibot.yml index 9689a2a..e0851af 100644 --- a/.github/workflows/kibot.yml +++ b/.github/workflows/kibot.yml @@ -29,7 +29,7 @@ jobs: container: image: ghcr.io/inti-cmnb/kicad8_auto:1.6.5 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Run KiBot for DRC @@ -40,7 +40,7 @@ jobs: container: image: ghcr.io/inti-cmnb/kicad8_auto:1.6.5 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Run KiBot for ERC @@ -52,7 +52,7 @@ jobs: container: image: ghcr.io/inti-cmnb/kicad8_auto:1.6.5 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Get Branch Name