Skip to content

Commit

Permalink
upgrade to checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
H3wastooshort committed Mar 17, 2024
1 parent 183e6c2 commit b32e998
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/kicad_hardware_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# container: ghcr.io/inti-cmnb/kicad7_auto
#
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4
#
# - name: Run ERC
# run: |
Expand All @@ -37,7 +37,7 @@ jobs:
# needs: ERC
#
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4
#
# - name: Run DRC
# run: |
Expand All @@ -56,7 +56,7 @@ jobs:
# needs: ERC
#
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4
#
# - name: Run schematic stuff
# run: |
Expand All @@ -75,7 +75,7 @@ jobs:
# needs: DRC
#
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4
#
# - name: Run PCB stuff
# run: |
Expand All @@ -94,7 +94,7 @@ jobs:
# needs: ERC

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Run schematic stuff
run: |
Expand All @@ -113,7 +113,7 @@ jobs:
# needs: DRC

# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4

# - name: Run PCB stuff
# run: |
Expand Down

0 comments on commit b32e998

Please sign in to comment.