From 5fbd7df93faf5646bbdfce735e100b5c7b7cdb14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 06:37:24 +0000 Subject: [PATCH] deps[ci]: 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/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index bc521fd7..a8ef3a24 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -569,7 +569,7 @@ jobs: - name: Build for FreeBSD id: build if: ${{ matrix.settings.target == 'freebsd-x64' }} - uses: cross-platform-actions/action@v1.2.0 + uses: cross-platform-actions/action@v1.3.0 with: operating_system: freebsd version: '13.3'