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.