Skip to content

Commit

Permalink
Update Node dependencies with new @palewire release
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka committed Jun 22, 2024
1 parent 6fb0340 commit ed1121c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- id: install
name: Install Python, pipenv and Pipfile packages
uses: palewire/install-python-pipenv-pipfile@21613f77896f538a9e83e8cf40ecd2c739a03549
uses: palewire/install-python-pipenv-pipfile@v4
with:
python-version: 3.9

Expand All @@ -34,7 +34,7 @@ jobs:

- id: install
name: Install Python, pipenv and Pipfile packages
uses: palewire/install-python-pipenv-pipfile@21613f77896f538a9e83e8cf40ecd2c739a03549
uses: palewire/install-python-pipenv-pipfile@v4
with:
python-version: ${{ matrix.python }}

Expand All @@ -54,7 +54,7 @@ jobs:

- id: install
name: Install Python, pipenv and Pipfile packages
uses: palewire/install-python-pipenv-pipfile@21613f77896f538a9e83e8cf40ecd2c739a03549
uses: palewire/install-python-pipenv-pipfile@v4
with:
python-version: 3.9

Expand Down

0 comments on commit ed1121c

Please sign in to comment.