diff --git a/.github/workflows/auto-pull-request.yaml b/.github/workflows/auto-pull-request.yaml index e314be9..4d0171a 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.19 + uses: vsoch/pull-request-action@1.0.24 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PULL_REQUEST_BRANCH: "develop"