Skip to content

Commit 449866d

Browse files
authored
Apply suggestions from code review
1 parent e5c9170 commit 449866d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
fi
7272
- name: Create Pull Request
7373
if: ${{ fromJSON(inputs.create_pr) && fromJSON(steps.changes.outputs.changes_detected) }}
74-
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.2
74+
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
7575
with:
7676
token: ${{ inputs.token }}
7777
commit-message: ${{ inputs.commit_msg }}

0 commit comments

Comments
 (0)