diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95a306a..16899a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: restore-keys: | pip-lint- - name: Install dependencies - uses: py-actions/py-dependency-install@v3 + uses: py-actions/py-dependency-install@v4 with: path: requirements-dev.txt - name: Install itself @@ -85,7 +85,7 @@ jobs: restore-keys: | pip-ci-ubuntu-${{ matrix.python-version }}- - name: Install dependencies - uses: py-actions/py-dependency-install@v3 + uses: py-actions/py-dependency-install@v4 with: path: requirements-dev.txt - name: Run unittests