From 5972a66db2fc131fdf0a0f55b334f7c4148a0fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:41:16 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `vmactions/freebsd-vm` from 1.4.3 to 1.4.4 - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/4807432c7cab1c3f97688665332c0b932062d31f...7ca82f79fe3078fecded6d3a2bff094995447bbd) Updates `taiki-e/install-action` from 2.68.33 to 2.70.2 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/cbb1dcaa26e1459e2876c39f61c1e22a1258aac5...e9e8e031bcd90cdbe8ac6bb1d376f8596e587fbf) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-version: 1.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: taiki-e/install-action dependency-version: 2.70.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index eb08613..c979663 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -94,7 +94,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: test on freebsd - uses: vmactions/freebsd-vm@4807432c7cab1c3f97688665332c0b932062d31f + uses: vmactions/freebsd-vm@7ca82f79fe3078fecded6d3a2bff094995447bbd with: usesh: true mem: 4096 @@ -132,7 +132,7 @@ jobs: with: version: 0.9.0 - name: Install cargo-zigbuild - uses: taiki-e/install-action@cbb1dcaa26e1459e2876c39f61c1e22a1258aac5 + uses: taiki-e/install-action@e9e8e031bcd90cdbe8ac6bb1d376f8596e587fbf with: tool: cargo-zigbuild - name: Run clippy