From ea509993493024480254209a1cf27ce1a9c19363 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Sat, 3 Feb 2024 21:23:31 +0100 Subject: [PATCH] Bump setup-python to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b1af1b..c8c1005 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: enableCrossOsArchive: true - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}