Skip to content

Commit 9f546d1

Browse files
authored
feat: pin ZMK version to v0.2.1
1 parent 2196e7a commit 9f546d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

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

55
jobs:
66
build:
7-
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
7+
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@v0.2.1

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.2.1
99
import: app/west.yml
1010
self:
1111
path: config

0 commit comments

Comments
 (0)