From 9c1a9d03433a9ef4f86968747c4675208c7dcc89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 16:47:16 +0000 Subject: [PATCH] Bump cross-platform-actions/action in the github-actions group Bumps the github-actions group with 1 update: [cross-platform-actions/action](https://github.com/cross-platform-actions/action). Updates `cross-platform-actions/action` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/cross-platform-actions/action/releases) - [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md) - [Commits](https://github.com/cross-platform-actions/action/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: cross-platform-actions/action dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6161f5d..5cb88fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Start FreeBSD VM - uses: cross-platform-actions/action@v1.4.0 + uses: cross-platform-actions/action@v1.5.0 with: operating_system: freebsd version: "15.1"