File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ jobs:
209209 STAGE : ${{ inputs.stage }}
210210 - name : setup python
211211 if : ${{ steps.get-parameters.outputs.type == 'api' }}
212- uses : actions/setup-python@v3
212+ uses : actions/setup-python@v5
213213 with :
214214 python-version : ${{ secrets.PYTHON_VERSION || env.PYTHON_VERSION }}
215215 cache : ' pip'
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 registry-url : ${{ env.NPM_REGISTRY }}
117117 - name : setup python
118118 if : ${{ steps.get-parameters.outputs.type == 'api' }}
119- uses : actions/setup-python@v3
119+ uses : actions/setup-python@v5
120120 with :
121121 python-version : ${{ secrets.PYTHON_VERSION || env.PYTHON_VERSION }}
122122 # TODO: This fails with Error: No file in ..._product matched to [**/requirements.txt]
You can’t perform that action at this time.
0 commit comments