Skip to content

Commit

Permalink
Upgrade install-python-pipenv-pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka committed Jun 21, 2024
1 parent 53b4c87 commit 6fb0340
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@f1fac0b357403ca866c483a05194d9b75e4fa1d8
uses: palewire/install-python-pipenv-pipfile@21613f77896f538a9e83e8cf40ecd2c739a03549
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@f1fac0b357403ca866c483a05194d9b75e4fa1d8
uses: palewire/install-python-pipenv-pipfile@21613f77896f538a9e83e8cf40ecd2c739a03549
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@f1fac0b357403ca866c483a05194d9b75e4fa1d8
uses: palewire/install-python-pipenv-pipfile@21613f77896f538a9e83e8cf40ecd2c739a03549
with:
python-version: 3.9

Expand Down

0 comments on commit 6fb0340

Please sign in to comment.