Skip to content

Commit 7b03da9

Browse files
Bump actions/setup-python from 4 to 6 (#36277)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 060b1b7 commit 7b03da9

14 files changed

+19
-19
lines changed

.github/workflows/beam_Infrastructure_PolicyEnforcer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646

4747
- name: Setup Python
48-
uses: actions/setup-python@v4
48+
uses: actions/setup-python@v6
4949
with:
5050
python-version: '3.13'
5151

.github/workflows/beam_Infrastructure_SecurityLogging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v4
4848

4949
- name: Setup Python
50-
uses: actions/setup-python@v4
50+
uses: actions/setup-python@v6
5151
with:
5252
python-version: '3.13'
5353

.github/workflows/beam_Infrastructure_ServiceAccountKeys.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: google-github-actions/setup-gcloud@v3
5454

5555
- name: Setup Python
56-
uses: actions/setup-python@v4
56+
uses: actions/setup-python@v6
5757
with:
5858
python-version: '3.13'
5959

.github/workflows/build_release_candidate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
distribution: 'temurin'
282282
java-version: '11'
283283
- name: Install Python 3.9
284-
uses: actions/setup-python@v5
284+
uses: actions/setup-python@v6
285285
with:
286286
python-version: '3.9'
287287
- name: Set up Docker Buildx
@@ -327,7 +327,7 @@ jobs:
327327
token: ${{ github.event.inputs.REPO_TOKEN }}
328328
ref: release-docs
329329
- name: Install Python 3.9
330-
uses: actions/setup-python@v5
330+
uses: actions/setup-python@v6
331331
with:
332332
python-version: '3.9'
333333
- name: Install node
@@ -566,7 +566,7 @@ jobs:
566566
token: ${{ github.event.inputs.REPO_TOKEN }}
567567
persist-credentials: false
568568
- name: Install Python 3.9
569-
uses: actions/setup-python@v5
569+
uses: actions/setup-python@v6
570570
with:
571571
python-version: '3.9'
572572
- name: Install Java 11

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Checkout code
9191
uses: actions/checkout@v4
9292
- name: Install python
93-
uses: actions/setup-python@v5
93+
uses: actions/setup-python@v6
9494
with:
9595
python-version: 3.9
9696
- name: Get tag
@@ -244,7 +244,7 @@ jobs:
244244
name: source_rc${{ needs.build_source.outputs.rc_num }}
245245
path: apache-beam-source-rc
246246
- name: Install Python
247-
uses: actions/setup-python@v5
247+
uses: actions/setup-python@v6
248248
with:
249249
python-version: 3.9
250250
- uses: docker/setup-qemu-action@v3

.github/workflows/dask_runner_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Checkout code
4343
uses: actions/checkout@v4
4444
- name: Install python
45-
uses: actions/setup-python@v5
45+
uses: actions/setup-python@v6
4646
with:
4747
python-version: 3.9
4848
- name: Build source
@@ -72,7 +72,7 @@ jobs:
7272
- name: Checkout code
7373
uses: actions/checkout@v4
7474
- name: Install python
75-
uses: actions/setup-python@v5
75+
uses: actions/setup-python@v6
7676
with:
7777
python-version: ${{ matrix.params.py_ver }}
7878
- name: Install tox

.github/workflows/flaky_test_detection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: [self-hosted, ubuntu-20.04, main]
4040
steps:
4141
- uses: actions/checkout@v4
42-
- uses: actions/setup-python@v5
42+
- uses: actions/setup-python@v6
4343
with:
4444
python-version: 3.11
4545
- run: pip install PyGithub

.github/workflows/python_dependency_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install libsnappy-dev
3939
run: sudo apt-get update && sudo apt-get install -y libsnappy-dev
4040
- name: Install python
41-
uses: actions/setup-python@v5
41+
uses: actions/setup-python@v6
4242
with:
4343
python-version: ${{ matrix.params.py_ver }}
4444
- name: Install base_image_requirements.txt

.github/workflows/refresh_looker_metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: [self-hosted, ubuntu-20.04, main]
3939
steps:
4040
- uses: actions/checkout@v4
41-
- uses: actions/setup-python@v5
41+
- uses: actions/setup-python@v6
4242
with:
4343
python-version: 3.11
4444
- run: pip install requests google-cloud-storage looker-sdk

.github/workflows/republish_released_docker_containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
distribution: 'temurin'
6969
java-version: '11'
7070
- name: Install Python 3.9
71-
uses: actions/setup-python@v5
71+
uses: actions/setup-python@v6
7272
with:
7373
python-version: '3.9'
7474
- name: Authenticate on GCP

0 commit comments

Comments
 (0)