From bb6d79d0fe142e8ef977ff14706cd3ada45c40a1 Mon Sep 17 00:00:00 2001 From: Zeheng Li Date: Tue, 16 Apr 2024 02:39:58 -0600 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 92c2ccd..c91a407 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -14,9 +14,9 @@ jobs: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout ๐Ÿ›Ž๏ธ - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} ๐Ÿ - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Test with pytest ๐Ÿงช