diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fe020b11..6c50c23a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,10 +34,8 @@ jobs: permissions: write-all steps: - - name: Checkout branch "${{ github.ref_name }}" - run: | - git clone --no-checkout https://github.com/polymorphicshade/Tubular.git . - git checkout --progress --force ${{ github.ref_name }} + - name: Checkout + uses: actions/checkout@v4 - name: Set up JDK 21 uses: actions/setup-java@v4