Skip to content

Commit 2f6fe25

Browse files
Bump py-actions/py-dependency-install from 3 to 4 (#356)
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ef133e commit 2f6fe25

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
@@ -30,7 +30,7 @@ jobs:
3030
cache-dependency-path: |
3131
requirements/*.txt
3232
- name: Install dependencies
33-
uses: py-actions/py-dependency-install@v3
33+
uses: py-actions/py-dependency-install@v4
3434
with:
3535
path: requirements/dev.txt
3636
- name: Install itself
@@ -82,7 +82,7 @@ jobs:
8282
cache-dependency-path: |
8383
requirements/*.txt
8484
- name: Install dependencies
85-
uses: py-actions/py-dependency-install@v3
85+
uses: py-actions/py-dependency-install@v4
8686
with:
8787
path: requirements/dev.txt
8888
- name: Run unittests

0 commit comments

Comments
 (0)