From 1c0dfc41ff2231394d50b8a9692eb2a6f7869439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 03:32:19 +0000 Subject: [PATCH] build(deps): bump cross-platform-actions/action from 0.29.0 to 0.30.0 Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 0.29.0 to 0.30.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/v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: cross-platform-actions/action dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/freebsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index d6115c8..9d966cf 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -34,7 +34,7 @@ jobs: run: python ./src/devel/bin/mcpldevtool nprocs --enable-github-parallel - name: FreeBSD - uses: cross-platform-actions/action@v0.29.0 + uses: cross-platform-actions/action@v0.30.0 with: environment_variables: CMAKE_BUILD_PARALLEL_LEVEL CTEST_PARALLEL_LEVEL operating_system: freebsd @@ -73,7 +73,7 @@ jobs: run: python ./src/devel/bin/mcpldevtool nprocs --enable-github-parallel - name: FreeBSD - uses: cross-platform-actions/action@v0.29.0 + uses: cross-platform-actions/action@v0.30.0 with: environment_variables: CMAKE_BUILD_PARALLEL_LEVEL CTEST_PARALLEL_LEVEL operating_system: freebsd