Skip to content

Commit 3b7ef8f

Browse files
Bump actions/setup-python from 4 to 6
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] <support@github.com>
1 parent 518b118 commit 3b7ef8f

14 files changed

Lines changed: 19 additions & 19 deletions

.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
@@ -282,7 +282,7 @@ jobs:
282282
distribution: 'temurin'
283283
java-version: '11'
284284
- name: Install Python 3.9
285-
uses: actions/setup-python@v5
285+
uses: actions/setup-python@v6
286286
with:
287287
python-version: '3.9'
288288
- name: Set up Docker Buildx
@@ -328,7 +328,7 @@ jobs:
328328
token: ${{ github.event.inputs.REPO_TOKEN }}
329329
ref: release-docs
330330
- name: Install Python 3.9
331-
uses: actions/setup-python@v5
331+
uses: actions/setup-python@v6
332332
with:
333333
python-version: '3.9'
334334
- name: Install node
@@ -567,7 +567,7 @@ jobs:
567567
token: ${{ github.event.inputs.REPO_TOKEN }}
568568
persist-credentials: true
569569
- name: Install Python 3.9
570-
uses: actions/setup-python@v5
570+
uses: actions/setup-python@v6
571571
with:
572572
python-version: '3.9'
573573
- 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
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: [self-hosted, ubuntu-20.04, main]
3333
steps:
3434
- uses: actions/checkout@v4
35-
- uses: actions/setup-python@v5
35+
- uses: actions/setup-python@v6
3636
with:
3737
python-version: 3.11
3838
- 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
@@ -69,7 +69,7 @@ jobs:
6969
distribution: 'temurin'
7070
java-version: '11'
7171
- name: Install Python 3.9
72-
uses: actions/setup-python@v5
72+
uses: actions/setup-python@v6
7373
with:
7474
python-version: '3.9'
7575
- name: Authenticate on GCP

0 commit comments

Comments
 (0)