diff --git a/.github/workflows/auto-pull-request.yaml b/.github/workflows/auto-pull-request.yaml index 4d0171a..df591e2 100644 --- a/.github/workflows/auto-pull-request.yaml +++ b/.github/workflows/auto-pull-request.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: pull-request-action - uses: vsoch/pull-request-action@1.0.24 + uses: vsoch/pull-request-action@1.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PULL_REQUEST_BRANCH: "develop"