From 60e5f09149df144ac54cadadf38af4f46058aea5 Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:23:50 -0500 Subject: [PATCH] chore: update create-pull-request action --- .github/workflows/dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 8c20dd7..37909f7 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -52,7 +52,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: add-paths: ./Cargo.lock commit-message: ${{ steps.msg.outputs.commit_message }}