From 455a95d8c52c7791b668b624846330c3ca6de1eb Mon Sep 17 00:00:00 2001 From: slatinsky Date: Tue, 13 Aug 2024 21:13:39 +0200 Subject: [PATCH] github actions - upgrade action setup-python --- .github/workflows/windows-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 5db911c..d2cb6fc 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v2.3.3 + uses: actions/setup-python@v5 with: python-version: '3.11.0'