From 7862c2c61464c1640c5ddc38160af3e5df5c29c8 Mon Sep 17 00:00:00 2001 From: Raphael Krupinski <10319569-mattesilver@users.noreply.gitlab.com> Date: Fri, 2 Feb 2024 16:18:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20pytest=20GH=20workflow.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b442767..e105406 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,12 +35,12 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}