From de02b86ca484d3629a5c446064993a2c9ae9e95d Mon Sep 17 00:00:00 2001 From: piotr-roslaniec <39299780+piotr-roslaniec@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:25:38 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Derek Pierre --- .github/workflows/python.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 19658f7..1c7cc8b 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -8,12 +8,12 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [ "3.9", "3.10", "3.11", "3.12" ] + python-version: [ "3.9", "3.12" ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies