From 8e7a06fbebd6203327fd4346557cfd8b2a171427 Mon Sep 17 00:00:00 2001 From: Michael Valdron Date: Tue, 7 Mar 2023 13:30:40 -0500 Subject: [PATCH 1/2] bump python runtime version for 'release-typescript-models' job. Signed-off-by: Michael Valdron --- .github/workflows/release-typescript-models.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-typescript-models.yaml b/.github/workflows/release-typescript-models.yaml index 3daa70c39..18e95a003 100644 --- a/.github/workflows/release-typescript-models.yaml +++ b/.github/workflows/release-typescript-models.yaml @@ -22,7 +22,7 @@ jobs: - name: Setup python uses: actions/setup-python@v2 with: - python-version: '3.9.2' + python-version: '3.9.12' - name: Install Python dependencies uses: py-actions/py-dependency-install@v2 From a9500e6ca1fd7ac71c77fa439ed9ad1613de14ab Mon Sep 17 00:00:00 2001 From: Michael Valdron Date: Tue, 7 Mar 2023 16:29:32 -0500 Subject: [PATCH 2/2] bump setup-python action to v4 for 'release-typescript-models' job. Signed-off-by: Michael Valdron --- .github/workflows/release-typescript-models.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-typescript-models.yaml b/.github/workflows/release-typescript-models.yaml index 18e95a003..901c675ac 100644 --- a/.github/workflows/release-typescript-models.yaml +++ b/.github/workflows/release-typescript-models.yaml @@ -20,7 +20,7 @@ jobs: path: api - name: Setup python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: '3.9.12'