From 74c8a3580d227a3141d418e24c43916c1df10ee7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 21:53:21 +0000 Subject: [PATCH] chore(deps): update vmactions/freebsd-vm action to v1.5.2 --- .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 b21723e96..38a9044d3 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@5a72679103d223925653750faa878a143340fbd0 # v1.5.0 + uses: vmactions/freebsd-vm@77ed28d336d03fe19a3f4f7266c1d2c4714dd79d # v1.5.2 with: envs: ${{ inputs.envs }} prepare: ${{ inputs.prepare }}