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

Commit a9825c2

Browse files
Bump py-actions/py-dependency-install from 2.1.0 to 3 (#1239)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f65c4c commit a9825c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
restore-keys: |
3737
pip-lint-
3838
- name: Install dependencies
39-
uses: py-actions/py-dependency-install@v2.1.0
39+
uses: py-actions/py-dependency-install@v3
4040
with:
4141
path: tests/requirements.txt
4242
- name: Run mypy
@@ -106,7 +106,7 @@ jobs:
106106
restore-keys: |
107107
pip-ci-${{ runner.os }}-${{ matrix.pyver }}
108108
- name: Install dependencies
109-
uses: py-actions/py-dependency-install@v2.1.0
109+
uses: py-actions/py-dependency-install@v3
110110
with:
111111
path: tests/requirements.txt
112112
- name: Install uvloop

0 commit comments

Comments
 (0)