Skip to content

Commit

Permalink
Update checkout action.
Browse files Browse the repository at this point in the history
Removes node.js 16 error.
  • Loading branch information
thejpster committed Jun 14, 2024
1 parent 732abe0 commit 0ab7337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0ab7337

Please sign in to comment.