Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Oct 25, 2024
1 parent 1ea042f commit 848624b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: zmkfirmware/zmk-build-arm:stable
image: zmkfirmware/zmk-build-arm:stable@sha256:0979a8de325e3d822e48bd8d1d9efaee2984ad3750253119f920a342f0ce5cde
name: Build Test
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
with:
path: config/
- name: Cache west modules
uses: actions/cache@v2
uses: actions/cache@8492260343ad570701412c2f464a5877dc76bace # v2
env:
cache-name: cache-zephyr-modules
with:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
cp build/zaphod_lite_xiao/zephyr/zmk.uf2 seeeduino_xiao_zaphod_lite.uf2
cp build/zaphod_lite_xiao_ble/zephyr/zmk.uf2 seeeduino_xiao_ble_zaphod_lite.uf2
- name: Archive
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: firmware
path: '*.uf2'
2 changes: 1 addition & 1 deletion .woodpecker/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ when:

steps:
- name: build
image: zmkfirmware/zmk-build-arm:stable
image: zmkfirmware/zmk-build-arm:stable@sha256:0979a8de325e3d822e48bd8d1d9efaee2984ad3750253119f920a342f0ce5cde
commands:
- mkdir config
- mv west.yml boards config/
Expand Down

0 comments on commit 848624b

Please sign in to comment.