Skip to content

Commit b2b680b

Browse files
committed
ci: pin zmk version to 0.3
1 parent 5d9da33 commit b2b680b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ on: [push, pull_request, workflow_dispatch]
22

33
jobs:
44
build:
5-
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
5+
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@v0.3

config/west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manifest:
55
projects:
66
- name: zmk
77
remote: zmkfirmware
8-
revision: main
8+
revision: v0.3
99
import: app/west.yml
1010
self:
1111
path: config

0 commit comments

Comments
 (0)