From cc58feb9c92253dd1223ce4791be489d91704ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20Kriszti=C3=A1n?= Date: Sat, 24 Feb 2024 07:00:04 +0000 Subject: [PATCH] OPS: update github actions Co-authored-by: Laszlo Hammerl --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 2d12be5..2b4ccab 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -17,11 +17,11 @@ jobs: python-version: [3.8, 3.9, '3.10', '3.11', '3.12'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: recursive - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies