From 3b66782e0bc8128dbba2da789c470e3ce5b39c48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:33:44 +0000 Subject: [PATCH] chore(deps): update dependency peter-evans/create-pull-request to v7 --- .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 4b550c134..d7381224a 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@v5.0.3 + uses: peter-evans/create-pull-request@v7.0.5 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@v5.0.3 + uses: peter-evans/create-pull-request@v7.0.5 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@v5.0.3 + uses: peter-evans/create-pull-request@v7.0.5 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@v5.0.3 + uses: peter-evans/create-pull-request@v7.0.5 with: token: ${{ secrets.PAT_GITHUB_ACTION_WORKFLOW }} branch: actions/check-for-update-quarkus