From 3ff5f98bd0a0f4ffc56db48ae6e870c92d6e5fb1 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Thu, 8 Feb 2024 13:15:43 -0500 Subject: [PATCH] update actions version --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f0d2e56..b8f5cbe8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,11 @@ jobs: python-version: ["3.9", "3.10", "3.11"] steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: 'pip' cache-dependency-path: 'pyproject.toml' - run: pip install ".[test]" - - run: pytest \ No newline at end of file + - run: pytest