From d92a5effe254d09d71968b6d21b72039df29d289 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 09:19:25 -0600 Subject: [PATCH] Update acj/freebsd-firecracker-action action to v0.8.0 (#17578) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [acj/freebsd-firecracker-action](https://redirect.github.com/acj/freebsd-firecracker-action) | action | minor | `v0.6.0` → `v0.8.0` | --- ### Release Notes
acj/freebsd-firecracker-action (acj/freebsd-firecracker-action) ### [`v0.8.0`](https://redirect.github.com/acj/freebsd-firecracker-action/compare/v0.7.0...v0.8.0) [Compare Source](https://redirect.github.com/acj/freebsd-firecracker-action/compare/v0.7.0...v0.8.0) ### [`v0.7.0`](https://redirect.github.com/acj/freebsd-firecracker-action/releases/tag/v0.7.0) [Compare Source](https://redirect.github.com/acj/freebsd-firecracker-action/compare/v0.6.0...v0.7.0) Changes: - Upgrade to Firecracker 1.14.0
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/uv). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 66a1d1566..1871f6ea8 100644 --- a/.github/workflows/build-dev-binaries.yml +++ b/.github/workflows/build-dev-binaries.yml @@ -275,7 +275,7 @@ jobs: cross build --target x86_64-unknown-freebsd --profile no-debug - name: Test in Firecracker VM - uses: acj/freebsd-firecracker-action@a5a3fc1709c5b5368141a5699f10259aca3cd965 # v0.6.0 + uses: acj/freebsd-firecracker-action@3d4493ac0f8b3579702a713ad920aecb9514abfd # v0.8.0 with: verbose: false checkout: false