From f097eaea183e7c1f7c8f765f3074e725e58bb652 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 15:18:21 +0000 Subject: [PATCH] GHA: update cross-platform-actions/action action to v0.29.0 Closes #18000 --- .github/workflows/non-native.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 534b2f18d7..ccbadcba4c 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -53,7 +53,7 @@ jobs: with: persist-credentials: false - name: 'cmake' - uses: cross-platform-actions/action@97419d18f6470332677e345e9df97cdc71244ead # v0.28.0 + uses: cross-platform-actions/action@e8a7b572196ff79ded1979dc2bb9ee67d1ddb252 # v0.29.0 env: MATRIX_ARCH: '${{ matrix.arch }}' with: @@ -98,7 +98,7 @@ jobs: with: persist-credentials: false - name: 'cmake' - uses: cross-platform-actions/action@97419d18f6470332677e345e9df97cdc71244ead # v0.28.0 + uses: cross-platform-actions/action@e8a7b572196ff79ded1979dc2bb9ee67d1ddb252 # v0.29.0 env: MATRIX_ARCH: '${{ matrix.arch }}' with: @@ -148,7 +148,7 @@ jobs: with: persist-credentials: false - name: '${{ matrix.build }}' - uses: cross-platform-actions/action@97419d18f6470332677e345e9df97cdc71244ead # v0.28.0 + uses: cross-platform-actions/action@e8a7b572196ff79ded1979dc2bb9ee67d1ddb252 # v0.29.0 env: CC: '${{ matrix.compiler }}' MATRIX_ARCH: '${{ matrix.arch }}' -- 2.47.2