From 0620ea8377d45c573f6d7f980eab1542b444a2c6 Mon Sep 17 00:00:00 2001 From: Nathan Dunfield Date: Fri, 13 Sep 2024 14:14:48 -0500 Subject: [PATCH] GH action: setup-python to @v5 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8caff3f..7c9f48b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 name: Install a Python to use for building with: python-version: '3.12'