Skip to content

Commit 9870797

Browse files
Bump py-actions/py-dependency-install from 3 to 4 (#60)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c234f4 commit 9870797

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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: 'pip'
3131
cache-dependency-path: '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.txt
3636
- name: Install Itself
@@ -54,7 +54,7 @@ jobs:
5454
cache: 'pip'
5555
cache-dependency-path: 'requirements.txt'
5656
- name: Install dependencies
57-
uses: py-actions/py-dependency-install@v3
57+
uses: py-actions/py-dependency-install@v4
5858
with:
5959
path: requirements.txt
6060
- name: Install Itself

0 commit comments

Comments
 (0)