From cbe330befd5a56c52753704507642b19998221e0 Mon Sep 17 00:00:00 2001 From: scribam Date: Fri, 23 Feb 2024 20:57:58 +0100 Subject: [PATCH] ci: bump cross-platform-actions/action version to v0.23.0 --- .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 d0324413f..02ae6a420 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.21.1 + uses: cross-platform-actions/action@v0.23.0 with: operating_system: ${{ matrix.platform.os }} architecture: ${{ matrix.platform.os-arch }}