diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 99b7fb4..54fb77e 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Trigger Bedrock Updates - uses: pressbooks/composer-autoupdate-bedrock@v2 + uses: pressbooks/composer-autoupdate-bedrock@main with: triggered-by: ${{ github.repository }} token: ${{ secrets.PAT_COMPOSER_UPDATE }}