This is an automated email from the ASF dual-hosted git repository.
derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 259e2556b12 Bump actions/checkout from 4 to 6 (#38393)
259e2556b12 is described below
commit 259e2556b121d3a60975aa8195e2793a3d7a62bb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 6 22:40:27 2026 -0400
Bump actions/checkout from 4 to 6 (#38393)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
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>
---
.github/workflows/beam_PostCommit_Python_Versions.yml | 2 +-
.github/workflows/beam_PreCommit_Java_Dataflow.yml | 2 +-
.github/workflows/deploy_release_candidate_pypi.yaml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/beam_PostCommit_Python_Versions.yml
b/.github/workflows/beam_PostCommit_Python_Versions.yml
index b1fbc18cb6d..b5c4c8c999e 100644
--- a/.github/workflows/beam_PostCommit_Python_Versions.yml
+++ b/.github/workflows/beam_PostCommit_Python_Versions.yml
@@ -88,7 +88,7 @@ jobs:
(github.event_name == 'schedule' && github.repository == 'apache/beam')
||
github.event_name == 'workflow_dispatch'
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Setup repository
uses: ./.github/actions/setup-action
with:
diff --git a/.github/workflows/beam_PreCommit_Java_Dataflow.yml
b/.github/workflows/beam_PreCommit_Java_Dataflow.yml
index 542672a64a6..33aa194e2bf 100644
--- a/.github/workflows/beam_PreCommit_Java_Dataflow.yml
+++ b/.github/workflows/beam_PreCommit_Java_Dataflow.yml
@@ -77,7 +77,7 @@ jobs:
github.event_name == 'workflow_dispatch' ||
github.event.comment.body == 'Run Java Dataflow Non-portable Worker
PreCommit'
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Setup repository
uses: ./.github/actions/setup-action
with:
diff --git a/.github/workflows/deploy_release_candidate_pypi.yaml
b/.github/workflows/deploy_release_candidate_pypi.yaml
index 67438bee43c..9fed87d4230 100644
--- a/.github/workflows/deploy_release_candidate_pypi.yaml
+++ b/.github/workflows/deploy_release_candidate_pypi.yaml
@@ -30,7 +30,7 @@ jobs:
PYPI_API_TOKEN=$(jq -r '.inputs.PYPI_API_TOKEN' $GITHUB_EVENT_PATH)
echo "::add-mask::$PYPI_API_TOKEN"
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Setup environment
uses: ./.github/actions/setup-environment-action
with: