From 7b81b8483ee016c96995758c0d5a9edd200162cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 05:44:11 +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 0.32.0 to 1.0.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.32.0...v1.0.0) --- updated-dependencies: - dependency-name: cross-platform-actions/action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major 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 8254b60a39..98c8f458dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -423,7 +423,7 @@ jobs: - name: Test on ${{ matrix.display_name }} id: cross_os - uses: cross-platform-actions/action@v0.32.0 + uses: cross-platform-actions/action@v1.0.0 env: DO_BINARIES: ${{ matrix.do_binaries }} with: