From 6176f072152c70b9ac86c64d0bad77299581bce4 Mon Sep 17 00:00:00 2001 From: dolezsa <37278442+dolezsa@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:42:50 +0200 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 1dbf056..609011a 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -13,9 +13,9 @@ jobs: python-version: ["3.11"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies