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 }}'