Skip to content

Commit

Permalink
Package updates to try to fix Node dependencies that shouldn't be here
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka committed Jun 19, 2024
1 parent bb0a53d commit e9916ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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@v2
uses: palewire/install-python-pipenv-pipfile@v3
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@v2
uses: palewire/install-python-pipenv-pipfile@v3
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@v2
uses: palewire/install-python-pipenv-pipfile@v3
with:
python-version: 3.9

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags') == 0
steps:
- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
steps:
- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9

Expand Down

0 comments on commit e9916ce

Please sign in to comment.