From a0429a54b6c55604533b802ed15dc3fb155ba070 Mon Sep 17 00:00:00 2001 From: Ryan Stecker Date: Sun, 3 Mar 2024 18:25:54 -0600 Subject: [PATCH] Use setup-python@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 1bc8b63..ebd7682 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: libc6-dev libc6-dev-i386 linux-libc-dev \ linux-libc-dev:i386 lib32z1-dev ${{ matrix.cc }} - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 name: Setup Python 3.9 with: python-version: 3.9