Skip to content

Commit

Permalink
Update to peter-evans/create-pull-request@v6
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Mar 6, 2024
1 parent d9c9966 commit 10d82f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maintenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: vars
run: |
echo "pr_title=Updates from spec version $(jq -r .ResourceSpecificationVersion CloudFormationResourceSpecification.json)" >> $GITHUB_OUTPUT
- uses: peter-evans/create-pull-request@v5
- uses: peter-evans/create-pull-request@v6
with:
commit-message: |
${{ steps.vars.outputs.pr_title }}
Expand Down

0 comments on commit 10d82f4

Please sign in to comment.