From aed1b532cfafa99f65de0bc1afb66b077582fdf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 19:42:14 +0000 Subject: [PATCH] chore(deps): update cross-platform-actions/action action to v1.6.0 --- .github/actions/guest/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/guest/action.yml b/.github/actions/guest/action.yml index 1bae0cb8..d3cf528b 100644 --- a/.github/actions/guest/action.yml +++ b/.github/actions/guest/action.yml @@ -162,7 +162,7 @@ runs: # step executes inside the VM with the workspace rsynced both ways. - name: Start the guest VM (cross-platform-actions) if: contains('netbsd freebsd openbsd dragonflybsd omnios midnightbsd', inputs.platform) - uses: cross-platform-actions/action@v1.5.0 + uses: cross-platform-actions/action@v1.6.0 with: operating_system: ${{ inputs.platform }} version: ${{ inputs.version }}