From 1490ec30f6dbbf9a072d966384e70bcef38f2311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 14:48:38 +0000 Subject: [PATCH] Bump the minor-and-patch group with 2 updates Bumps the minor-and-patch group with 2 updates: [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) and [vmactions/openbsd-vm](https://github.com/vmactions/openbsd-vm). Updates `vmactions/freebsd-vm` from 1.2.4 to 1.2.5 - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/487ce35b96fae3e60d45b521735f5aa436ecfade...c58a3f0f77417d932df47c7874b308c02b2c7cc1) Updates `vmactions/openbsd-vm` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/vmactions/openbsd-vm/releases) - [Commits](https://github.com/vmactions/openbsd-vm/compare/bed57f753a75c9c49ab5c1880d274861b2103dd4...b9ca589cf377275c2453361a4e45ed9ffdfc58ec) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: vmactions/openbsd-vm dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4726bc6d..05cf5b534 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -308,7 +308,7 @@ jobs: run: ./autogen.sh - name: Build & test - uses: vmactions/freebsd-vm@487ce35b96fae3e60d45b521735f5aa436ecfade # v1.2.4 + uses: vmactions/freebsd-vm@c58a3f0f77417d932df47c7874b308c02b2c7cc1 # v1.2.5 with: envs: 'CFLAGS_GCC_STYLE CMAKE_FLAGS' usesh: true @@ -360,7 +360,7 @@ jobs: run: ./autogen.sh - name: Build & test - uses: vmactions/openbsd-vm@bed57f753a75c9c49ab5c1880d274861b2103dd4 # v1.2.1 + uses: vmactions/openbsd-vm@b9ca589cf377275c2453361a4e45ed9ffdfc58ec # v1.2.2 with: envs: 'CFLAGS_GCC_STYLE CMAKE_FLAGS' usesh: true