]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: update cross-platform-actions/action action to v0.29.0
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Tue, 22 Jul 2025 15:18:21 +0000 (15:18 +0000)
committerViktor Szakats <commit@vsz.me>
Tue, 22 Jul 2025 17:47:47 +0000 (19:47 +0200)
Closes #18000

.github/workflows/non-native.yml

index 534b2f18d751798da21a8ee5f8b1bcc1b9af1619..ccbadcba4cbfb0f84df48a0f34eacf5fa773c85f 100644 (file)
@@ -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 }}'