Skip to content

Commit c859fb6

Browse files
Update peter-evans/create-pull-request action to v7
1 parent 48191fe commit c859fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-flake-lock.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Commit exits with an error when there is nothing to do
2525
git commit -m "cargo update" || true
2626
- name: "Create Pull Request"
27-
uses: "peter-evans/create-pull-request@v5"
27+
uses: "peter-evans/create-pull-request@v7"
2828
with:
2929
branch: "auto_update_deps"
3030
title: "Bump flake.lock and Cargo.lock"

0 commit comments

Comments
 (0)