Skip to content

Commit 5e88b98

Browse files
feat: set the zmk version to v0.3.0
1 parent c8bfb27 commit 5e88b98

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.0

config/west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ manifest:
1111
projects:
1212
- name: zmk
1313
remote: zmkfirmware
14-
revision: main
14+
revision: v0.3.0
1515
import: app/west.yml
1616
# dongle_display
1717
- name: zmk-dongle-display

0 commit comments

Comments
 (0)