Skip to content

Commit

Permalink
Bump py-actions/py-dependency-install from 3 to 4
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 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](py-actions/py-dependency-install@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2022
1 parent 9ad71df commit 6b122c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/dev.txt
- name: Install itself
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
restore-keys: |
pip-ci-${{ runner.os }}-${{ matrix.pyver }}-
- name: Install dependencies
uses: py-actions/py-dependency-install@v3
uses: py-actions/py-dependency-install@v4
with:
path: requirements/dev.txt
- name: Run unittests
Expand Down

0 comments on commit 6b122c7

Please sign in to comment.