From 2ed2c797342521e5ff273c013623e8fc5d92e299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 16 Jun 2026 13:48:24 +0200 Subject: [PATCH] Update cross-platforms actions to the latest version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34065b9..b3fe552 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -921,7 +921,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Test on ${{matrix.vm}} - uses: cross-platform-actions/action@v0.30.0 + uses: cross-platform-actions/action@v1.2.0 with: operating_system: ${{matrix.vm}} version: ${{matrix.bsd_version}}