From f5b5723c6c106fcaed7878b6e0e799cf029af9c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 13:02:02 +0000 Subject: [PATCH] Bump py-actions/py-dependency-install from 3 to 4 (#351) 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 afbf41c3..dff6d469 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: cache-dependency-path: requirements/*.txt - 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 @@ -89,7 +89,7 @@ jobs: cache-dependency-path: requirements/*.txt - name: Install dependencies - uses: py-actions/py-dependency-install@v3 + uses: py-actions/py-dependency-install@v4 with: path: requirements/ci.txt - name: Cythonize @@ -151,7 +151,7 @@ jobs: cache-dependency-path: requirements/*.txt - name: Install cython - uses: py-actions/py-dependency-install@v3 + uses: py-actions/py-dependency-install@v4 with: path: requirements/ci.txt - name: Cythonize @@ -207,7 +207,7 @@ jobs: cache-dependency-path: requirements/*.txt - name: Install cython - uses: py-actions/py-dependency-install@v3 + uses: py-actions/py-dependency-install@v4 with: path: requirements/ci.txt - name: Cythonize