Skip to content

Commit 259e255

Browse files
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](actions/checkout@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb27273 commit 259e255

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/beam_PostCommit_Python_Versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
(github.event_name == 'schedule' && github.repository == 'apache/beam') ||
8989
github.event_name == 'workflow_dispatch'
9090
steps:
91-
- uses: actions/checkout@v4
91+
- uses: actions/checkout@v6
9292
- name: Setup repository
9393
uses: ./.github/actions/setup-action
9494
with:

.github/workflows/beam_PreCommit_Java_Dataflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
github.event_name == 'workflow_dispatch' ||
7878
github.event.comment.body == 'Run Java Dataflow Non-portable Worker PreCommit'
7979
steps:
80-
- uses: actions/checkout@v4
80+
- uses: actions/checkout@v6
8181
- name: Setup repository
8282
uses: ./.github/actions/setup-action
8383
with:

.github/workflows/deploy_release_candidate_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
PYPI_API_TOKEN=$(jq -r '.inputs.PYPI_API_TOKEN' $GITHUB_EVENT_PATH)
3131
echo "::add-mask::$PYPI_API_TOKEN"
3232
- name: Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434
- name: Setup environment
3535
uses: ./.github/actions/setup-environment-action
3636
with:

0 commit comments

Comments
 (0)