Skip to content

Commit

Permalink
Bump py-actions/py-dependency-install from 3 to 4 (#785)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
dependabot[bot] and webknjaz authored Dec 3, 2022
1 parent 7b1bb4b commit 6a43878
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cache: 'pip'
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/lint.txt
- name: Install itself
Expand Down Expand Up @@ -96,15 +96,15 @@ jobs:
cache-dependency-path: 'requirements/*.txt'
- name: Install cython
if: ${{ matrix.no-extensions == '' }}
uses: py-actions/py-dependency-install@v3
uses: py-actions/py-dependency-install@v4
with:
path: requirements/cython.txt
- name: Cythonize
if: ${{ matrix.no-extensions == '' }}
run: |
make cythonize
- name: Install dependencies
uses: py-actions/py-dependency-install@v3
uses: py-actions/py-dependency-install@v4
with:
path: requirements/ci.txt
env:
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
- name: Install cython
uses: py-actions/py-dependency-install@v3
uses: py-actions/py-dependency-install@v4
with:
path: requirements/cython.txt
- name: Cythonize
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
- name: Install cython
uses: py-actions/py-dependency-install@v3
uses: py-actions/py-dependency-install@v4
with:
path: requirements/cython.txt
- name: Cythonize
Expand Down

0 comments on commit 6a43878

Please sign in to comment.