Skip to content

Commit 3e59b33

Browse files
Bump actions/setup-python from 3 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 82dc6ca commit 3e59b33

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)