From 88d58fcf7feb2bf624ab6f518f4dfc295910abd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 15:04:47 +0000 Subject: [PATCH] Bump py-actions/py-dependency-install from 2.1.0 to 3 Bumps [py-actions/py-dependency-install](https://github.com/py-actions/py-dependency-install) from 2.1.0 to 3. - [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/v2.1.0...v3) --- 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3c6fc931..977158cd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: restore-keys: | pip-lint- - name: Install dependencies - uses: py-actions/py-dependency-install@v2.1.0 + uses: py-actions/py-dependency-install@v3 with: path: tests/requirements.txt - name: Run mypy @@ -106,7 +106,7 @@ jobs: restore-keys: | pip-ci-${{ runner.os }}-${{ matrix.pyver }} - name: Install dependencies - uses: py-actions/py-dependency-install@v2.1.0 + uses: py-actions/py-dependency-install@v3 with: path: tests/requirements.txt - name: Install uvloop