Skip to content

Commit e812af8

Browse files
chore(deps): update peter-evans/create-pull-request action to v8 (#292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e798f92 commit e812af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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@v7"
27+
uses: "peter-evans/create-pull-request@v8"
2828
with:
2929
branch: "auto_update_deps"
3030
title: "Bump flake.lock and Cargo.lock"

0 commit comments

Comments
 (0)