From fe643aed6ffcc82e0bd3babb1a450ca30598f21e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 27 Oct 2022 23:40:01 +0200 Subject: [PATCH] ci: update cross-platform-actions to 0.6.2 To get OpenBSD 7.1. --- .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 5e092247..fbf9f894 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: with: submodules: true - name: Test on ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.3.1 + uses: cross-platform-actions/action@v0.6.2 with: operating_system: ${{ matrix.os.name }} version: ${{ matrix.os.version }} -- 2.39.5