Update peter-evans/create-pull-request action to v7

This commit is contained in:
renovate[bot] 2024-09-30 10:03:56 +00:00 committed by GitHub
parent 48191feb17
commit c859fb6da4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ jobs:
# Commit exits with an error when there is nothing to do # Commit exits with an error when there is nothing to do
git commit -m "cargo update" || true git commit -m "cargo update" || true
- name: "Create Pull Request" - name: "Create Pull Request"
uses: "peter-evans/create-pull-request@v5" uses: "peter-evans/create-pull-request@v7"
with: with:
branch: "auto_update_deps" branch: "auto_update_deps"
title: "Bump flake.lock and Cargo.lock" title: "Bump flake.lock and Cargo.lock"