diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml index 3cb05d05..f780886b 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@v5 + uses: peter-evans/create-pull-request@v6 env: NAMESPACE: test with: diff --git a/.github/workflows/k8s-ci.yml b/.github/workflows/k8s-ci.yml index 5ce875b5..bae6ea93 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@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} # need to use PAT if you create a pr to another repo title: "[k8s-ci] update nginx image"