diff --git a/.github/workflows/roothide.yml b/.github/workflows/roothide.yml index 0091d12e3..be8747e42 100644 --- a/.github/workflows/roothide.yml +++ b/.github/workflows/roothide.yml @@ -14,9 +14,10 @@ jobs: runs-on: macos-13 steps: - name: Checkout - run: | - set -x - git clone --recursive https://github.com/roothide/Dopamine2-roothide ${{ github.workspace }} + uses: actions/checkout@v4 + with: + submodules: 'recursive' + ref: ${{ github.ref }} - name: Install Procursus uses: dhinakg/procursus-action@main