From f28f4fb9d7e49c9d5066f311c459abb9ef98cf5a Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 24 Nov 2025 08:36:43 +0100 Subject: [PATCH] Update GitHub Actions --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84463473..c2011465 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,6 @@ jobs: tox: runs-on: ubuntu-latest strategy: - max-parallel: 5 matrix: python-version: - "3.10" @@ -21,8 +20,8 @@ jobs: - "pypy3.11" steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v5 + - uses: actions/checkout@v6 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install tox