From b9dcc5de6098fcb91486f8c0aa863c103dc69c3d Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Sun, 14 Jul 2024 21:09:18 +0200 Subject: [PATCH] ci: bump cross-platform-actions/action, used by the BSDs --- .github/workflows/cpactions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpactions.yml b/.github/workflows/cpactions.yml index a401bbf83a..75f1b712d2 100644 --- a/.github/workflows/cpactions.yml +++ b/.github/workflows/cpactions.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@v0.25.0 with: operating_system: ${{ matrix.platform.os }} architecture: ${{ matrix.platform.os-arch }}