From c99cdd9626ac6acc3ed5f9a47f2c9211f395c948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 04:04:43 +0000 Subject: [PATCH] Bump cross-platform-actions/action from 1.2.0 to 1.3.0 Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 1.2.0 to 1.3.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.2.0...v1.3.0) --- updated-dependencies: - dependency-name: cross-platform-actions/action dependency-version: 1.3.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 35845ffd..287322e5 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -32,7 +32,7 @@ jobs: run: python ./src/devel/bin/ncdevtool nprocs --enable-github-parallel - name: FreeBSD - uses: cross-platform-actions/action@v1.2.0 + uses: cross-platform-actions/action@v1.3.0 with: environment_variables: CMAKE_BUILD_PARALLEL_LEVEL CTEST_PARALLEL_LEVEL operating_system: freebsd @@ -63,7 +63,7 @@ jobs: run: python ./src/devel/bin/ncdevtool nprocs --enable-github-parallel - name: FreeBSD - uses: cross-platform-actions/action@v1.2.0 + uses: cross-platform-actions/action@v1.3.0 with: environment_variables: CMAKE_BUILD_PARALLEL_LEVEL CTEST_PARALLEL_LEVEL operating_system: freebsd