Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#28302)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
  • Loading branch information
dependabot[bot] committed Sep 19, 2023
1 parent 8f3a38e commit 2ad06b3
Show file tree
Hide file tree
Showing 185 changed files with 215 additions and 215 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assign_milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
issues: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_CancelStaleDataflowJobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'workflow_dispatch' ||
github.event.comment.body == 'Run Cancel Stale Dataflow Jobs'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: [ "beam_LoadTests_Java_CoGBK_Dataflow_Streaming" ]
job_phrase: ["Run Load Tests Java CoGBK Dataflow Streaming"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_PerformanceTests_BigQueryIO_Batch_Java_Avro"]
job_phrase: ["Run BigQueryIO Batch Performance Test Java Avro"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_PerformanceTests_BigQueryIO_Batch_Java_Json"]
job_phrase: ["Run BigQueryIO Batch Performance Test Java Json"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_PerformanceTests_BigQueryIO_Streaming_Java"]
job_phrase: ["Run BigQueryIO Streaming Performance Test Java"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_BeamMetrics_Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
job_name: ["beam_PostCommit_BeamMetrics_Publish"]
job_phrase: ["Run Beam Metrics Deployment"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_PostCommit_Go"]
job_phrase: ["Run Go PostCommit"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
job_name: ["beam_PostCommit_Go_Dataflow_ARM"]
job_phrase: ["Run Go PostCommit Dataflow ARM"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Go_VR_Flink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_PostCommit_Go_VR_Flink"]
job_phrase: ["Run Go Flink ValidatesRunner"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Go_VR_Samza.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_PostCommit_Go_VR_Samza"]
job_phrase: ["Run Go Samza ValidatesRunner"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Go_VR_Spark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_PostCommit_Go_VR_Spark"]
job_phrase: ["Run Go Spark ValidatesRunner"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Java PostCommit'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Java_Avro_Versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Java Avro Versions PostCommit'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Java_DataflowV1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run PostCommit_Java_Dataflow'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Java_DataflowV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run PostCommit_Java_DataflowV2'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
github. event_name == 'workflow_dispatch' ||
startswith(github.event.comment.body, 'Run Java_Examples_Dataflow_ARM PostCommit')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
github.event_name == 'schedule' ||
startswith(github.event.comment.body, 'Run Java examples on Dataflow Java')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Java Examples on Dataflow Runner V2'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
(contains(github.event.comment.body, 'Run Java') &&
contains(github.event.comment.body, 'Examples on Dataflow Runner V2'))
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Java_Examples_Direct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Java Examples_Direct'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Java_Examples_Flink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Java Examples_Flink'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Java_Examples_Spark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Java Examples_Spark'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Java_Hadoop_Versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run PostCommit_Java_Hadoop_Versions'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
job_phrase: ["Run Java PostCommit IO Performance Tests"]
test_case: ["GCSPerformanceTest", "BigTablePerformanceTest"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand All @@ -76,7 +76,7 @@ jobs:
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.test_case }})
- name: Checkout release branch
if: github.event_name == 'schedule' #This has scheduled runs run against the latest release
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: v2.50.0 #TODO(https://github.com/apache/beam/issues/28330) automate updating this
repository: apache/beam
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_PostCommit_Java_Jpms_Dataflow_Java11"]
job_phrase: ["Run Jpms Dataflow Java 11 PostCommit"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_PostCommit_Java_Jpms_Dataflow_Java17"]
job_phrase: ["Run Jpms Dataflow Java 17 PostCommit"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_PostCommit_Java_Jpms_Direct_Java11"]
job_phrase: ["Run Jpms Direct Java 11 PostCommit"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_PostCommit_Java_Jpms_Direct_Java17"]
job_phrase: ["Run Jpms Direct Java 17 PostCommit"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_PostCommit_Java_Jpms_Flink_Java11"]
job_phrase: ["Run Jpms Flink Java 11 PostCommit"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_PostCommit_Java_Jpms_Spark_Java11"]
job_phrase: ["Run Jpms Spark Java 11 PostCommit"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Java Flink PortableValidatesRunner Streaming'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Java_PVR_Samza.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Java Samza PortableValidatesRunner'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Java Spark v3 PortableValidatesRunner Streaming'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Java_PVR_Spark_Batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Java Spark PortableValidatesRunner Batch'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Java_Sickbay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Java Sickbay'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Dataflow ValidatesRunner'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
github.event_name == 'schedule' ||
startswith(github.event.comment.body, 'Run Dataflow ValidatesRunner Java')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Dataflow Streaming ValidatesRunner'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Java Dataflow V2 ValidatesRunner'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Java Dataflow V2 ValidatesRunner Streaming'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Direct ValidatesRunner'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
github.event_name == 'schedule' ||
startswith(github.event.comment.body, 'Run Direct ValidatesRunner Java')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down

0 comments on commit 2ad06b3

Please sign in to comment.