Skip to content

Commit 284bb9d

Browse files
Bump py-actions/py-dependency-install from 3 to 4
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>
1 parent 5a15db0 commit 284bb9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
restore-keys: |
3636
pip-lint-
3737
- name: Install dependencies
38-
uses: py-actions/py-dependency-install@v3
38+
uses: py-actions/py-dependency-install@v4
3939
with:
4040
path: requirements/lint.txt
4141
- name: Run linters
@@ -96,7 +96,7 @@ jobs:
9696
restore-keys: |
9797
pip-ci-${{ runner.os }}-${{ matrix.pyver }}-{{ matrix.no-extensions }}-
9898
- name: Install dependencies
99-
uses: py-actions/py-dependency-install@v3
99+
uses: py-actions/py-dependency-install@v4
100100
with:
101101
path: requirements/ci.txt
102102
env:

0 commit comments

Comments
 (0)