diff --git a/.github/workflows/update-cargo-lock.yml b/.github/workflows/update-cargo-lock.yml index d85aa32f39ff8..ff3103ba90b7e 100644 --- a/.github/workflows/update-cargo-lock.yml +++ b/.github/workflows/update-cargo-lock.yml @@ -28,7 +28,7 @@ jobs: - name: cargo check run: cargo check --features vendored --manifest-path=compiler/Cargo.toml - name: pull-request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v8 with: title: "Update Cargo.lock" delete-branch: true