Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Bump py-actions/py-dependency-install from 2.1.0 to 3
Browse files Browse the repository at this point in the history
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](py-actions/py-dependency-install@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 15, 2021
1 parent dbdd0ad commit 88d58fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 88d58fc

Please sign in to comment.