From e27530cee57d0cc679d6f1d887e4c45f37ff99bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 19:21:45 +0000 Subject: [PATCH] build: bump cross-platform-actions/action from 0.28.0 to 0.29.0 Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 0.28.0 to 0.29.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.28.0...v0.29.0) --- updated-dependencies: - dependency-name: cross-platform-actions/action dependency-version: 0.29.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 7ec42d0e..8e8bac9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: with: submodules: true - name: Test on ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.28.0 + uses: cross-platform-actions/action@v0.29.0 with: operating_system: ${{ matrix.os.name }} version: ${{ matrix.os.version }} -- 2.47.2