From 49af3b81c0033ac704b6cd3600743b48bd20cbd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 10:09:25 +0000 Subject: [PATCH] Bump py-actions/py-dependency-install from 3 to 4 Bumps [py-actions/py-dependency-install](https://github.com/py-actions/py-dependency-install) from 3 to 4. - [Release notes](https://github.com/py-actions/py-dependency-install/releases) - [Changelog](https://github.com/py-actions/py-dependency-install/blob/master/CHANGELOG.md) - [Commits](https://github.com/py-actions/py-dependency-install/compare/v3...v4) --- updated-dependencies: - dependency-name: py-actions/py-dependency-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9e3685a..dd5a6524 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,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/ci.txt - name: Install itself @@ -101,7 +101,7 @@ jobs: restore-keys: | pip-ci-${{ runner.os }}-${{ matrix.pyver }}-{{ matrix.no-extensions }}- - name: Install dependencies - uses: py-actions/py-dependency-install@v3 + uses: py-actions/py-dependency-install@v4 with: path: requirements/ci.txt - name: Cythonize @@ -160,7 +160,7 @@ jobs: with: python-version: 3.x - name: Install cython - uses: py-actions/py-dependency-install@v3 + uses: py-actions/py-dependency-install@v4 with: path: requirements/ci.txt - name: Cythonize @@ -213,7 +213,7 @@ jobs: with: python-version: 3.x - name: Install cython - uses: py-actions/py-dependency-install@v3 + uses: py-actions/py-dependency-install@v4 with: path: requirements/ci.txt - name: Cythonize