From 6a2763b27f15d74410482516c92b92ae5ae63e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:31:33 +0000 Subject: [PATCH] :arrow_up: Bump vmactions/freebsd-vm from 1.1.4 to 1.1.5 Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/vm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vm.yml b/.github/workflows/vm.yml index df261c14..d435f292 100644 --- a/.github/workflows/vm.yml +++ b/.github/workflows/vm.yml @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v4 - name: Test in FreeBSD id: test - uses: vmactions/freebsd-vm@v1.1.4 + uses: vmactions/freebsd-vm@v1.1.5 with: envs: "RUST_BACKTRACE" usesh: true