From 16cf4132da777a048b9012567f4621af47d3b3bd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Oct 2024 18:05:03 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7 --- .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 da6edd0..1080657 100644 --- a/.github/workflows/argocd-tags-ci.yml +++ b/.github/workflows/argocd-tags-ci.yml @@ -98,7 +98,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@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7 with: token: ${{ secrets.GLUEOPS_DEPLOYMENT_CONFIGS_REPO_TOKEN }} path: './${{ inputs.DEPLOYMENT_CONFIGS_REPO }}'