From 65bf6221dc6e8c22e8f380ecac8f3e42b3f2c09e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 01:13:49 +0000 Subject: [PATCH] Update acj/freebsd-firecracker-action action to v0.9.0 (#18653) --- .github/workflows/build-dev-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dev-binaries.yml b/.github/workflows/build-dev-binaries.yml index 747a07411..7a18fb623 100644 --- a/.github/workflows/build-dev-binaries.yml +++ b/.github/workflows/build-dev-binaries.yml @@ -354,7 +354,7 @@ jobs: cross build --target x86_64-unknown-freebsd --profile no-debug - name: Test in Firecracker VM - uses: acj/freebsd-firecracker-action@fc385d0cbf5bd56af2a6caebc6d94b8197c874b0 # v0.8.1 + uses: acj/freebsd-firecracker-action@1cc93bd507a8376bddcd15a2b9c660394dc60456 # v0.9.0 with: verbose: false checkout: false