From cb906ca6b1b5c95dc12a26233a333e739b047862 Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Fri, 8 Mar 2024 10:41:33 +0100 Subject: [PATCH] update action: checkout-python --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 310a358..ed38b91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python 3.10 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' - name: Install dependencies @@ -69,7 +69,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.pyversion }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.pyversion }} - name: Install dependencies