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'