Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 3bd8bf6 commit 261410c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
if: steps.changes.outputs.CHANGED >= 3

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.OVERRIDE_TOKEN }}
commit-message: Adds latest IAM updates from AWS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/index-managed-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: steps.changes.outputs.CHANGED == '1'

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.OVERRIDE_TOKEN }}
commit-message: Updates AWS managed policies
Expand Down

0 comments on commit 261410c

Please sign in to comment.