From 484e1db9c39ef9bdccae91ef77d120080076dfdd Mon Sep 17 00:00:00 2001 From: Patrik Huber Date: Wed, 11 Dec 2024 18:30:01 +0000 Subject: [PATCH] Updated actions/setup-python to v5 --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 241ecad4..cab4fbcc 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -46,7 +46,7 @@ jobs: submodules: recursive # Used to host cibuildwheel - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v5 - name: Use cmake run: cmake --version