Skip to content

Commit

Permalink
Merge pull request #81 from OpenLightingProject/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
kripton authored Jan 4, 2024
2 parents b90556a + b1ddeca commit 984df4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
container:
image: setsoft/kicad_auto:ki6
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Checks
- name: run ERC
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pico-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'

- name: Install dependencies
run: sudo apt update && sudo apt install gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential libzopfli-dev

- name: Clone pico-sdk
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: raspberrypi/pico-sdk
ref: 1.5.1
Expand Down

0 comments on commit 984df4f

Please sign in to comment.