From 992ccf28aa76f696b0ab0628baf9d4bb513f4a01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 06:48:51 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v5.0.3 --- .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 e26ffbc27..da5d3e073 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.2 + uses: peter-evans/create-pull-request@v5.0.3 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.2 + uses: peter-evans/create-pull-request@v5.0.3 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.2 + uses: peter-evans/create-pull-request@v5.0.3 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.2 + uses: peter-evans/create-pull-request@v5.0.3 with: token: ${{ secrets.PAT_GITHUB_ACTION_WORKFLOW }} branch: actions/check-for-update-quarkus