Skip to content

Commit

Permalink
Update python runtime version for release-typescript-models job (#1051
Browse files Browse the repository at this point in the history
)

* bump python runtime version for 'release-typescript-models' job.

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* bump setup-python action to v4 for 'release-typescript-models' job.

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

---------

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
  • Loading branch information
michael-valdron authored Mar 7, 2023
1 parent 04373ec commit 9057a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-typescript-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
path: api

- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.9.2'
python-version: '3.9.12'

- name: Install Python dependencies
uses: py-actions/py-dependency-install@v2
Expand Down

0 comments on commit 9057a5d

Please sign in to comment.