From e140a1c0665fa36364fb177a2d2056854c74ca10 Mon Sep 17 00:00:00 2001 From: KerstinKeller Date: Wed, 17 Jul 2024 18:02:09 +0200 Subject: [PATCH] [gh actions] update setup-python action for macos (#1547) --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 32aed3827b..7b19a44ffb 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -19,7 +19,7 @@ jobs: echo Killing XProtect.; sudo pkill -9 XProtect >/dev/null || true; - name: Downgrade Python version - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 id: cp39 with: python-version: '3.9'