From bbb9f940d3569c4f4aed330fe5c693b283adbac1 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Fri, 1 Mar 2024 11:47:11 +0100 Subject: [PATCH] chore: Bump create-pull-request from v5 to v6 (#777) --- .github/workflows/sync-lockfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-lockfiles.yml b/.github/workflows/sync-lockfiles.yml index 50ab69d7ed..04bdfe7b3a 100644 --- a/.github/workflows/sync-lockfiles.yml +++ b/.github/workflows/sync-lockfiles.yml @@ -84,7 +84,7 @@ jobs: - name: Create/Update a pull request if the lockfile changed id: cpr # NOTE: If there is a pending PR, this action will simply update it with a forced push. - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: title: Sync lockfile with Zenoh's body: Automated synchronization of the Cargo lockfile with Zenoh. This is done to ensure plugin ABI compatibility.