diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 14995d34..24a63f19 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -28,7 +28,7 @@ jobs: - if: steps.update.outputs.has-changes == 'true' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') name: "Create a PR" - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: branch: ${{ steps.update.outputs.branch-name }} author: "intellij-powershell automation " @@ -54,7 +54,7 @@ jobs: - if: steps.update.outputs.has-changes == 'true' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') name: "Create a PR" - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: branch: ${{ steps.update.outputs.branch-name }} author: "intellij-powershell automation "