From 79e9e77e46540a6558278d7e9529dd1b57dbab6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 21:51:14 +0000 Subject: [PATCH] chore(deps): update vmactions/freebsd-vm action to v1.4.8 --- .github/actions/run-anywhere/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-anywhere/action.yaml b/.github/actions/run-anywhere/action.yaml index 3dc94b280..4bab90232 100644 --- a/.github/actions/run-anywhere/action.yaml +++ b/.github/actions/run-anywhere/action.yaml @@ -17,7 +17,7 @@ runs: using: composite steps: - if: ${{ inputs.vm == 'freebsd' }} - uses: vmactions/freebsd-vm@bac9cda6a14057f08e3793f6a5e037292b59868f # v1.4.7 + uses: vmactions/freebsd-vm@b84ab5559b5a1bb4b8ee2737d2506a16e1737636 # v1.4.8 with: envs: ${{ inputs.envs }} prepare: ${{ inputs.prepare }}