diff --git a/.github/workflows/prod-build.yaml b/.github/workflows/prod-build.yaml index e87794c2..ec4225fa 100644 --- a/.github/workflows/prod-build.yaml +++ b/.github/workflows/prod-build.yaml @@ -12,7 +12,7 @@ jobs: fetch-depth: 0 ref: dev - name: Open Pull Request to main - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GH_PIPELINE_PAT }} title: "Produce New Prod Build"