Skip to content

Commit fa05c98

Browse files
breaking: the dependency peter-evans/create-pull-request has been updated to a new major version (v7), which may include breaking changes. #major
1 parent 2bedfa4 commit fa05c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/argocd-tags-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Create PR if Desired
114114
if: ${{ inputs.CREATE_PR }}
115-
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
115+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7
116116
with:
117117
token: ${{ secrets.GLUEOPS_DEPLOYMENT_CONFIGS_REPO_TOKEN }}
118118
path: './${{ inputs.DEPLOYMENT_CONFIGS_REPO }}'

0 commit comments

Comments
 (0)