From e3f9092c73dd1c6819597bfacb4fbcce784ef95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:45:32 +0000 Subject: [PATCH] GHA: Bump cross-platform-actions/action in the gha-dependencies group Bumps the gha-dependencies 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/0c165ad7eb2d6a7e8552d6af5aad2bbedfc646b0...be3d7e9ff5c8770b9c51b1a8c8c5446e1cad7cf9) --- 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: gha-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/non-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 6aca90bbdc..04f9ee1f2f 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -74,7 +74,7 @@ jobs: persist-credentials: false - name: 'setup VM' - uses: cross-platform-actions/action@0c165ad7eb2d6a7e8552d6af5aad2bbedfc646b0 # v1.1.0 + uses: cross-platform-actions/action@be3d7e9ff5c8770b9c51b1a8c8c5446e1cad7cf9 # v1.2.0 with: environment_variables: 'CC CURL_CI CURL_TEST_MIN DO_NOT_TRACK MAKEFLAGS MATRIX_ARCH MATRIX_BUILD MATRIX_OPTIONS MATRIX_OS' operating_system: '${{ matrix.os }}'