Skip to content

Commit

Permalink
Merge pull request #124 from beeware/dependabot/github_actions/peter-…
Browse files Browse the repository at this point in the history
…evans/create-pull-request-6.0.4

Bump peter-evans/create-pull-request from 6.0.3 to 6.0.4
  • Loading branch information
freakboy3742 committed Apr 22, 2024
2 parents 65eb228 + c18fe77 commit 681cbe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dep-version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Create Pull Request
id: created-pr
if: steps.pr.outputs.needed == 'true'
uses: peter-evans/create-pull-request@v6.0.3
uses: peter-evans/create-pull-request@v6.0.4
with:
token: ${{ secrets.BRUTUS_PAT_TOKEN }}
path: "repo"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Create Pull Request
id: created-pr
if: steps.pr.outputs.needed == 'true'
uses: peter-evans/create-pull-request@v6.0.3
uses: peter-evans/create-pull-request@v6.0.4
with:
token: ${{ secrets.BRUTUS_PAT_TOKEN }}
title: "Bump ${{ steps.pr.outputs.hook-name }} from ${{ steps.update.outputs.vers-bump-str }}"
Expand Down

0 comments on commit 681cbe4

Please sign in to comment.