diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4eac900..b231199 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,9 +17,9 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -28,4 +28,4 @@ jobs: pip install .[test] - name: Run tests run: | - pytest \ No newline at end of file + pytest