Skip to content

Commit

Permalink
Bump py-actions/py-dependency-install from 3 to 4 (#356)
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2022
1 parent 4ef133e commit 2f6fe25
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 @@ -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/dev.txt
- name: Install itself
Expand Down Expand Up @@ -82,7 +82,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/dev.txt
- name: Run unittests
Expand Down

0 comments on commit 2f6fe25

Please sign in to comment.