From d5ba1aaa1825498b19197e9ddcef2776bbb7aa5b Mon Sep 17 00:00:00 2001 From: ahiuchingau <20424172+ahiuchingau@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:22:27 -0500 Subject: [PATCH] does this work --- .github/workflows/head.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/head.yaml b/.github/workflows/head.yaml index a019e9d44..f0ce1818f 100644 --- a/.github/workflows/head.yaml +++ b/.github/workflows/head.yaml @@ -80,12 +80,12 @@ jobs: sudo apt install gcc-10 g++-10 - name: Checkout ot3-firmware repository - uses: "actions/checkout@v2" + uses: "actions/checkout@v3" with: fetch-depth: 0 path: ot3-firmware - name: Host Compile Setup - uses: "./.github/actions/host-compile-setup" + uses: ot3-firmware/.github/actions/host-compile-setup with: target: 'head'