From 08bd6780cb8c73639683eea87a23e92c928e981a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 01:19:24 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v5 --- .github/workflows/check-for-update.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-for-update.yml b/.github/workflows/check-for-update.yml index 3812e7bce..91ccac13a 100644 --- a/.github/workflows/check-for-update.yml +++ b/.github/workflows/check-for-update.yml @@ -55,7 +55,7 @@ jobs: sed -i -e "s/$SOURCE_DOC_VERSION/$TARGET_MINIKUBE_VERSION/g" ../../README.md - name: Add, commit, push, and create PR if: env.UNMATCH_VERSION == 'true' && env.BRANCH_IS_EXISTING == 'false' - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.PAT_GITHUB_ACTION_WORKFLOW }} branch: actions/check-for-update-minikube @@ -113,7 +113,7 @@ jobs: sed -i -e "s/$SOURCE_DOC_VERSION/$TARGET_KUBERNETES_VERSION/g" ../../README.md - name: Add, commit, push, and create PR if: env.UNMATCH_VERSION == 'true' && env.BRANCH_IS_EXISTING == 'false' - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.PAT_GITHUB_ACTION_WORKFLOW }} branch: actions/check-for-update-kubernetes @@ -163,7 +163,7 @@ jobs: sed -i -e "s/$SOURCE_DOC_VERSION/$TARGET_VERSION/g" ../../README.md - name: Add, commit, push, and create PR if: env.UNMATCH_VERSION == 'true' && env.BRANCH_IS_EXISTING == 'false' - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.PAT_GITHUB_ACTION_WORKFLOW }} branch: actions/check-for-update-chaos-mesh @@ -208,7 +208,7 @@ jobs: sed -i -e "s/$SOURCE_VERSION/$TARGET_VERSION/g" README.md - name: Add, commit, push, and create PR if: env.UNMATCH_VERSION == 'true' && env.BRANCH_IS_EXISTING == 'false' - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.PAT_GITHUB_ACTION_WORKFLOW }} branch: actions/check-for-update-quarkus