Skip to content

Commit

Permalink
chore: bump py-dependency-install version
Browse files Browse the repository at this point in the history
To avoid a deprecation warning in GHA.

[ci-skip]
  • Loading branch information
gforcada committed Apr 15, 2023
1 parent 0806a13 commit 13f9f0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: "Install Python dependencies (pip)"
uses: "py-actions/py-dependency-install@v3"
uses: "py-actions/py-dependency-install@v4"
with:
path: "requirements.txt"
- name: Cache eggs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: "Install Python dependencies (pip)"
uses: "py-actions/py-dependency-install@v3"
uses: "py-actions/py-dependency-install@v4"
with:
path: "requirements.txt"
- name: Cache eggs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-buildout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: "Install Python dependencies (pip)"
uses: "py-actions/py-dependency-install@v3"
uses: "py-actions/py-dependency-install@v4"
with:
path: "requirements.txt"
- name: Cache eggs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versioncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: "Install Python dependencies (pip)"
uses: "py-actions/py-dependency-install@v3"
uses: "py-actions/py-dependency-install@v4"
with:
path: "requirements.txt"
- name: Cache eggs
Expand Down

0 comments on commit 13f9f0c

Please sign in to comment.