From 8d3c299db1920f714e30c8d2665045ea5ae55a60 Mon Sep 17 00:00:00 2001 From: CJ Steiner Date: Tue, 11 Mar 2025 15:56:27 -0500 Subject: [PATCH] ci: bump setup-python to v5 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 47422e09..249e145a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: 3.x - run: pip install virtualenv