Skip to content

Commit 9057a5d

Browse files
Update python runtime version for release-typescript-models job (#1051)
* bump python runtime version for 'release-typescript-models' job. Signed-off-by: Michael Valdron <[email protected]> * bump setup-python action to v4 for 'release-typescript-models' job. Signed-off-by: Michael Valdron <[email protected]> --------- Signed-off-by: Michael Valdron <[email protected]>
1 parent 04373ec commit 9057a5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-typescript-models.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
path: api
2121

2222
- name: Setup python
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v4
2424
with:
25-
python-version: '3.9.2'
25+
python-version: '3.9.12'
2626

2727
- name: Install Python dependencies
2828
uses: py-actions/py-dependency-install@v2

0 commit comments

Comments
 (0)