Skip to content

Commit e58c0e0

Browse files
Merge pull request #45 from datavisyn/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 3 to 5
2 parents 54006da + 3e59b33 commit e58c0e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-single-product-part.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

.github/workflows/build-workspace-product-part.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)