Skip to content

Commit cff3ec0

Browse files
Bump py-actions/py-dependency-install from 2 to 4 (#946)
Bumps [py-actions/py-dependency-install](https://github.com/py-actions/py-dependency-install) from 2 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@v2...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Bull <[email protected]>
1 parent 00fa8ca commit cff3ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
restore-keys: |
3232
pip-lint-
3333
- name: Install dependencies
34-
uses: py-actions/py-dependency-install@v2
34+
uses: py-actions/py-dependency-install@v4
3535
with:
3636
path: requirements-dev.txt
3737
- name: Install itself

0 commit comments

Comments
 (0)