From 4320f5d4cdf23c76f46a829dd244da8098d1fe81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:34:18 +0000 Subject: [PATCH] Bump vmactions/freebsd-vm from 1.5.3 to 1.5.5 Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.5.3 to 1.5.5. - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/83b151f58c6047089f4c80eb5ba2039d158ce093...f0552d3b69211736abd97f02ff3d4674c56b73b1) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-version: 1.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build_python.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_python.yml b/.github/workflows/build_python.yml index c3a1b788..68caab61 100644 --- a/.github/workflows/build_python.yml +++ b/.github/workflows/build_python.yml @@ -513,7 +513,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Start VM - uses: vmactions/freebsd-vm@83b151f58c6047089f4c80eb5ba2039d158ce093 # v1.5.3 + uses: vmactions/freebsd-vm@f0552d3b69211736abd97f02ff3d4674c56b73b1 # v1.5.5 with: sync: nfs release: ${{ steps.parse_release.outputs.release }} @@ -596,7 +596,7 @@ jobs: path: . - name: Start VM - uses: vmactions/freebsd-vm@83b151f58c6047089f4c80eb5ba2039d158ce093 # v1.5.3 + uses: vmactions/freebsd-vm@f0552d3b69211736abd97f02ff3d4674c56b73b1 # v1.5.5 with: sync: nfs release: ${{ steps.parse_release.outputs.release }} @@ -681,7 +681,7 @@ jobs: path: . - name: Start VM - uses: vmactions/freebsd-vm@83b151f58c6047089f4c80eb5ba2039d158ce093 # v1.5.3 + uses: vmactions/freebsd-vm@f0552d3b69211736abd97f02ff3d4674c56b73b1 # v1.5.5 with: sync: nfs release: ${{ steps.parse_release.outputs.release }} @@ -767,7 +767,7 @@ jobs: path: . - name: Start VM - uses: vmactions/freebsd-vm@83b151f58c6047089f4c80eb5ba2039d158ce093 # v1.5.3 + uses: vmactions/freebsd-vm@f0552d3b69211736abd97f02ff3d4674c56b73b1 # v1.5.5 with: sync: nfs release: ${{ steps.parse_release.outputs.release }} @@ -1089,7 +1089,7 @@ jobs: - name: Test in VM if: ${{ matrix.os == 'FreeBSD' }} - uses: vmactions/freebsd-vm@83b151f58c6047089f4c80eb5ba2039d158ce093 # v1.5.3 + uses: vmactions/freebsd-vm@f0552d3b69211736abd97f02ff3d4674c56b73b1 # v1.5.5 with: envs: 'RUN_TESTS DEBUG_CI VERBOSE_CI PORTABLE_PYTHON_BUILDSYSTEM_BRANCH' usesh: true