From 3a24e57e2255555bd31c33ae48245d529b22ef8a Mon Sep 17 00:00:00 2001 From: John Wason Date: Fri, 5 Dec 2025 11:22:50 -0500 Subject: [PATCH] Use johnwason/swig-build-action@v1.2 for CI --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 976cc142..c81fbeb6 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -97,7 +97,7 @@ jobs: build-essential autoconf automake libtool bison libpcre2-dev libpcre3-dev lcov libbullet-dev libbullet-extras-dev python3-venv curl libfcl-dev -y -qq - name: build-swig - uses: johnwason/swig-build-action@v1 + uses: johnwason/swig-build-action@v1.2 with: cache-key: ${{ matrix.config.os }}-${{ matrix.config.python_version }} version: "4.1.1"