Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and cpcloud committed Apr 5, 2023
1 parent 984d86b commit 9fb9f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
name: conda-lock-files-${{ github.run_attempt }}
path: conda-lock

- uses: peter-evans/create-pull-request@v4
- uses: peter-evans/create-pull-request@v5
id: create_pr
with:
token: ${{ steps.generate_pr_token.outputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
basehead: ${{ steps.get_current_commit.outputs.rev }}...${{ steps.get_new_commit.outputs.rev }}
include-merge-commits: false

- uses: peter-evans/create-pull-request@v4
- uses: peter-evans/create-pull-request@v5
if: fromJSON(steps.needs_pr.outputs.did_change)
id: create_pr
with:
Expand Down

0 comments on commit 9fb9f7f

Please sign in to comment.