From fc7c2e0b84678b6f62c2a98db9cf9f72b7304065 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:42:45 +0000 Subject: [PATCH] breaking: the dependency `peter-evans/create-pull-request` has been updated to a new major version (vv7), which may include breaking changes. #major --- .github/workflows/argocd-tags-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/argocd-tags-ci.yml b/.github/workflows/argocd-tags-ci.yml index 7796a22..7318f88 100644 --- a/.github/workflows/argocd-tags-ci.yml +++ b/.github/workflows/argocd-tags-ci.yml @@ -112,7 +112,7 @@ jobs: - name: Create PR if Desired if: ${{ inputs.CREATE_PR }} - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6 + uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 with: token: ${{ secrets.GLUEOPS_DEPLOYMENT_CONFIGS_REPO_TOKEN }} path: './${{ inputs.DEPLOYMENT_CONFIGS_REPO }}'