From 01366be94d8664f34e084f37be9387f66ed90e8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 01:04:38 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v5 --- .github/workflows/auto-pr.yml | 2 +- .github/workflows/k8s-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml index 451778913..f15ffb9d1 100644 --- a/.github/workflows/auto-pr.yml +++ b/.github/workflows/auto-pr.yml @@ -19,7 +19,7 @@ jobs: - run: | sed -i "s#guestbook#GUESTBOOK#;" apps/guestbook/deployment.yaml - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 env: NAMESPACE: test with: diff --git a/.github/workflows/k8s-ci.yml b/.github/workflows/k8s-ci.yml index 7d7dede18..72c5da843 100644 --- a/.github/workflows/k8s-ci.yml +++ b/.github/workflows/k8s-ci.yml @@ -57,7 +57,7 @@ jobs: yq e -i "(.spec.template.spec.containers[]|select(.name == \"${CONTAINER_NAME}\").image)|=\"${IMAGE_FULL_NAME}\"" ${YAML_PATH} cat ${YAML_PATH} - name: Create PR - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} # need to use PAT if you create a pr to another repo title: "[k8s-ci] update nginx image"