Skip to content

Commit

Permalink
Bump py-actions/py-dependency-install from 3 to 4 (#351)
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] committed Nov 8, 2022
1 parent 6d80a9e commit f5b5723
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
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/ci.txt
- name: Install itself
Expand Down Expand Up @@ -89,7 +89,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/ci.txt
- name: Cythonize
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
cache-dependency-path:
requirements/*.txt
- name: Install cython
uses: py-actions/py-dependency-install@v3
uses: py-actions/py-dependency-install@v4
with:
path: requirements/ci.txt
- name: Cythonize
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
cache-dependency-path:
requirements/*.txt
- name: Install cython
uses: py-actions/py-dependency-install@v3
uses: py-actions/py-dependency-install@v4
with:
path: requirements/ci.txt
- name: Cythonize
Expand Down

0 comments on commit f5b5723

Please sign in to comment.