Skip to content

Commit 92a87ac

Browse files
committed
pin to v0.3
1 parent faef1df commit 92a87ac

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

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

33
jobs:
44
build:
5-
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
5+
# Note: the tag needs to match what is in config/west.yml
6+
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@v0.3

config/west.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ manifest:
99
projects:
1010
- name: zmk
1111
remote: zmkfirmware
12-
revision: main
12+
# The revision needs to match .github/workflows/build.yml
13+
revision: v0.3
1314
import: app/west.yml
1415
- name: zmk-rgbled-widget
1516
remote: caksoylar

0 commit comments

Comments
 (0)