From 3b8c384e2d35a782e4acd0986b4287ca0daeb7fe Mon Sep 17 00:00:00 2001 From: llegregam Date: Thu, 13 Jun 2024 15:18:58 +0200 Subject: [PATCH] Changed checkout in CI/CD to v4 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1dbbe77..77d0d16 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: python-version: [ '3.9', '3.10', '3.11'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{matrix.python-version}} uses: actions/setup-python@v4 with: