From 7aff2552612abaefaf6578a7c6e7863aa5d57528 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Tue, 16 Dec 2025 11:31:34 +0000 Subject: [PATCH] Upgrade GitHub Actions to latest versions --- .github/workflows/update-cargo-lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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