qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit ee44cbdedb207c0a271273d1d0cccfb4d4d270db
parent 9acd127cc1318d761aac76a806189fadeaaa247a
Author: QMK Bot <hello@qmk.fm>
Date:   Thu, 27 Nov 2025 19:47:31 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:
M.github/workflows/bootstrap_testing.yml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/bootstrap_testing.yml b/.github/workflows/bootstrap_testing.yml @@ -105,7 +105,7 @@ jobs: echo 'Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' >> /etc/sudoers - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 1 submodules: recursive @@ -174,7 +174,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 1 submodules: recursive @@ -224,7 +224,7 @@ jobs: git: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 1 submodules: recursive