Merge pull request #123 from numtide/renovate/peter-evans-create-pull-request-7.x
Update peter-evans/create-pull-request action to v7
This commit is contained in:
commit
ec0fe295ba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-flake-lock.yml
vendored
2
.github/workflows/update-flake-lock.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
# Commit exits with an error when there is nothing to do
|
||||
git commit -m "cargo update" || true
|
||||
- name: "Create Pull Request"
|
||||
uses: "peter-evans/create-pull-request@v5"
|
||||
uses: "peter-evans/create-pull-request@v7"
|
||||
with:
|
||||
branch: "auto_update_deps"
|
||||
title: "Bump flake.lock and Cargo.lock"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue