We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48191fe commit c859fb6Copy full SHA for c859fb6
.github/workflows/update-flake-lock.yml
@@ -24,7 +24,7 @@ jobs:
24
# Commit exits with an error when there is nothing to do
25
git commit -m "cargo update" || true
26
- name: "Create Pull Request"
27
- uses: "peter-evans/create-pull-request@v5"
+ uses: "peter-evans/create-pull-request@v7"
28
with:
29
branch: "auto_update_deps"
30
title: "Bump flake.lock and Cargo.lock"
0 commit comments