From 4f21c25ae7e9604e0fe11cf9bbdec6ee70c2e753 Mon Sep 17 00:00:00 2001 From: Adrien Perrin Date: Wed, 9 Oct 2024 09:40:54 +0000 Subject: [PATCH] update actions/setup-python version --- .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 666f603..63b6fda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: - name: 'Install Python 3.11' if: ${{ env.latest }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.11'