From 33712605d01ed2a4bb66d8eb0d6c363a9e666556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 12:12:29 +0000 Subject: [PATCH] CI: bump cross-platform-actions/action from 1.3.0 to 1.4.0 Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 1.3.0 to 1.4.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.3.0...v1.4.0) --- updated-dependencies: - dependency-name: cross-platform-actions/action dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/regular_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regular_ci.yml b/.github/workflows/regular_ci.yml index 72235eb7..2ffd9851 100644 --- a/.github/workflows/regular_ci.yml +++ b/.github/workflows/regular_ci.yml @@ -171,7 +171,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Run VM - uses: cross-platform-actions/action@v1.3.0 + uses: cross-platform-actions/action@v1.4.0 with: operating_system: ${{ matrix.name }} version: ${{ matrix.version }}