Skip to content

Commit 1e8d2ad

Browse files
build(deps): bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3bccdc5 commit 1e8d2ad

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
@@ -224,7 +224,7 @@ jobs:
224224
STAGE: ${{ inputs.stage }}
225225
- name: setup python
226226
if: ${{ steps.get-parameters.outputs.type == 'api' }}
227-
uses: actions/setup-python@v5
227+
uses: actions/setup-python@v6
228228
with:
229229
python-version: ${{ secrets.PYTHON_VERSION || env.PYTHON_VERSION }}
230230
# cache: 'pip' Disable cache as uv is probably faster anyways: https://github.com/actions/setup-python/issues/822

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
registry-url: ${{ env.NPM_REGISTRY }}
124124
- name: setup python
125125
if: ${{ steps.get-parameters.outputs.type == 'api' }}
126-
uses: actions/setup-python@v5
126+
uses: actions/setup-python@v6
127127
with:
128128
python-version: ${{ secrets.PYTHON_VERSION || env.PYTHON_VERSION }}
129129
# TODO: This fails with Error: No file in ..._product matched to [**/requirements.txt]

0 commit comments

Comments
 (0)