From 6e1b7bdb8f0194409cc1eb1011fcebe8d67f0736 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Wed, 3 Jul 2024 09:46:15 +0000 Subject: [PATCH] #15 Update workflow for tests --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5706cc0..2d0f995 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,10 +19,10 @@ jobs: matrix: python: ["3.9", "3.10", "3.11", "3.12"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - run: pip install poetry==1.8.3 && poetry install