diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88e464e5..a924ae30 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,8 +62,6 @@ jobs: - board: proton_c shield: clueboard_california steps: - # To use this repository's private action, - # you must check out the repository - name: Checkout uses: actions/checkout@v2 - name: Cache west modules diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62a34057..48307837 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,8 +18,6 @@ jobs: container: image: zmkfirmware/zmk-build-arm:2.4 steps: - # To use this repository's private action, - # you must check out the repository - name: Checkout uses: actions/checkout@v2 - name: Cache west modules