From ec8fc5281dbb4369d7dca8dbf049b31ef57474e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:33:18 +0000 Subject: [PATCH] build(deps): bump cross-platform-actions/action in the actions group Bumps the actions group with 1 update: [cross-platform-actions/action](https://github.com/cross-platform-actions/action). Updates `cross-platform-actions/action` from 1.1.0 to 1.2.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.1.0...v1.2.0) --- updated-dependencies: - dependency-name: cross-platform-actions/action dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: 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 e1f8723db..5baec1f25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -428,7 +428,7 @@ jobs: - name: Test on ${{ matrix.display_name }} id: cross_os - uses: cross-platform-actions/action@v1.1.0 + uses: cross-platform-actions/action@v1.2.0 env: DO_BINARIES: ${{ matrix.do_binaries }} with: