Skip to content

Commit a260ed1

Browse files
Bump py-actions/py-dependency-install from 3 to 4 (#483)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f10e96 commit a260ed1

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
@@ -29,7 +29,7 @@ jobs:
2929
- name: Pre-Commit hooks
3030
uses: pre-commit/[email protected]
3131
- name: Install dependencies
32-
uses: py-actions/py-dependency-install@v3
32+
uses: py-actions/py-dependency-install@v4
3333
with:
3434
path: requirements-dev.txt
3535
- name: Install itself
@@ -66,7 +66,7 @@ jobs:
6666
cache: 'pip'
6767
cache-dependency-path: '**/requirements*.txt'
6868
- name: Install dependencies
69-
uses: py-actions/py-dependency-install@v3
69+
uses: py-actions/py-dependency-install@v4
7070
with:
7171
path: requirements-dev.txt
7272
- name: Run unittests

0 commit comments

Comments
 (0)