diff --git a/.github/workflows/push-to-develop.yml b/.github/workflows/push-to-develop.yml index 59f89da2710d..c23479bf922a 100644 --- a/.github/workflows/push-to-develop.yml +++ b/.github/workflows/push-to-develop.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 filter: blob:none - name: Run the action - uses: devops-infra/action-pull-request@v0.5.5 + uses: devops-infra/action-pull-request@v0.6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} source_branch: develop diff --git a/.github/workflows/push-to-main.yml b/.github/workflows/push-to-main.yml index e558b7db0ce2..66d0fb16cabb 100644 --- a/.github/workflows/push-to-main.yml +++ b/.github/workflows/push-to-main.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 filter: blob:none - name: Run the action - uses: devops-infra/action-pull-request@v0.5.5 + uses: devops-infra/action-pull-request@v0.6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} source_branch: main