From 7ea5f2d962f06c147e835e2c104b9d37b3cf5dde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 16:18:50 +0000 Subject: [PATCH] build(deps): bump vmactions/dragonflybsd-vm from 1.1.4 to 1.2.2 Bumps [vmactions/dragonflybsd-vm](https://github.com/vmactions/dragonflybsd-vm) from 1.1.4 to 1.2.2. - [Release notes](https://github.com/vmactions/dragonflybsd-vm/releases) - [Commits](https://github.com/vmactions/dragonflybsd-vm/compare/4ffb90652b45abc8156f89ede453c85f7ea257bb...00c5014f559e3d4dc2aca8c69d3d7e550db8bc36) --- updated-dependencies: - dependency-name: vmactions/dragonflybsd-vm dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index bad2bcbddd..7e6b7fc4bb 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -169,7 +169,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: test-e2e - uses: vmactions/dragonflybsd-vm@4ffb90652b45abc8156f89ede453c85f7ea257bb # v1.1.4 + uses: vmactions/dragonflybsd-vm@00c5014f559e3d4dc2aca8c69d3d7e550db8bc36 # v1.2.2 with: copyback: false envs: 'GO_VERSION_DRAGONFLY'