diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30ac7fa..87814f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: name: Build steps: - name: Checkout - uses: actions/checkout@v3 + uses: https://github.com/actions/checkout@v3 with: ssh-key: ${{ secrets.ACT_RUNNER_SSH_KEY }} - name: Cache west modules