From cc6aa34d6dc2590b0b25a4b4c5be66ab1c3b26bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 17:21:09 +0000 Subject: [PATCH] Update devops-infra/action-pull-request action to v0.5.5 --- .github/workflows/controller-hotfix-reintegrate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/controller-hotfix-reintegrate.yml b/.github/workflows/controller-hotfix-reintegrate.yml index 47aa8d2..7aabce0 100644 --- a/.github/workflows/controller-hotfix-reintegrate.yml +++ b/.github/workflows/controller-hotfix-reintegrate.yml @@ -48,7 +48,7 @@ jobs: ref: ${{ inputs.ref }} - name: Create reingtegration PR - uses: devops-infra/action-pull-request@v0.4.2 + uses: devops-infra/action-pull-request@v0.5.5 with: github_token: ${{ secrets.github-private-actions-pat }} target_branch: ${{ inputs.target_branch }}