Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent fbde88d commit ef3a028
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beam_CleanUpGCPResources.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 Clean GCP Resources'
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_CleanUpPrebuiltSDKImages.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 Clean Prebuilt Images'
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_Go_CoGBK_Dataflow_Batch"]
job_phrase: ["Run Load Tests Go CoGBK Dataflow Batch"]
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_Go_Combine_Dataflow_Batch"]
job_phrase: ["Run Load Tests Go Combine Dataflow 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_LoadTests_Go_GBK_Dataflow_Batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Go_GBK_Dataflow_Batch"]
job_phrase: ["Run Load Tests Go GBK Dataflow Batch"]
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_Go_ParDo_Dataflow_Batch"]
job_phrase: ["Run Load Tests Go ParDo Dataflow Batch"]
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_Go_SideInput_Dataflow_Batch"]
job_phrase: ["Run Load Tests Go SideInput Dataflow Batch"]
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_Combine_Dataflow_Batch"]
job_phrase: ["Run Load Tests Java Combine Dataflow Batch"]
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 @@ -65,7 +65,7 @@ jobs:
job_name: ["beam_LoadTests_Java_Combine_Dataflow_Streaming"]
job_phrase: ["Run Load Tests Java Combine 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 @@ -65,7 +65,7 @@ jobs:
job_name: ["beam_LoadTests_Java_Combine_SparkStructuredStreaming_Batch"]
job_phrase: ["Run Load Tests Java Combine SparkStructuredStreaming Batch"]
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:
job_name: ["beam_LoadTests_Java_ParDo_Dataflow_Batch"]
job_phrase: ["Run Load Tests Java ParDo Dataflow Batch"]
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:
job_name: ["beam_LoadTests_Java_ParDo_Dataflow_Streaming"]
job_phrase: ["Run Load Tests Java ParDo 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 @@ -66,7 +66,7 @@ jobs:
job_name: ["beam_LoadTests_Java_ParDo_SparkStructuredStreaming_Batch"]
job_phrase: ["Run Load Tests Java ParDo SparkStructuredStreaming Batch"]
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_Python_Combine_Dataflow_Batch"]
job_phrase: ["Run Load Tests Python Combine Dataflow Batch"]
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_Python_FnApiRunner_Microbenchmark"]
job_phrase: ["Run Python Load Tests FnApiRunner Microbenchmark"]
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 @@ -63,7 +63,7 @@ jobs:
job_name: ["beam_PerformanceTests_BiqQueryIO_Read_Python"]
job_phrase: ["Run BigQueryIO Read Performance Test Python"]
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 @@ -63,7 +63,7 @@ jobs:
job_name: ["beam_PerformanceTests_BiqQueryIO_Write_Python_Batch"]
job_phrase: ["Run BigQueryIO Write Performance Test Python"]
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_Compressed_TextIOIT"]
job_phrase: ["Run Java CompressedTextIO Performance Test"]
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_PerformanceTests_JDBC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
job_name: ["beam_PerformanceTests_JDBC"]
job_phrase: ["Run Java JdbcIO Performance Test"]
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_PerformanceTests_Kafka_IO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
env:
KAFKA_SERVICE_PORT: 32400
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 @@ -63,7 +63,7 @@ jobs:
job_name: ["beam_PerformanceTests_ManyFiles_TextIOIT"]
job_phrase: ["Run Java ManyFilesTextIO Performance Test"]
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_PerformanceTests_ParquetIOIT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_PerformanceTests_ParquetIOIT"]
job_phrase: ["Run Java ParquetIO Performance Test"]
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 @@ -63,7 +63,7 @@ jobs:
job_name: ["beam_PerformanceTests_SQLBigQueryIO_Batch_Java"]
job_phrase: ["Run SQLBigQueryIO Batch Performance Test 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 @@ -63,7 +63,7 @@ jobs:
job_name: ["beam_PerformanceTests_SpannerIO_Read_2GB_Python"]
job_phrase: ["Run SpannerIO Read 2GB Performance Test Python"]
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 @@ -63,7 +63,7 @@ jobs:
job_name: ["beam_PerformanceTests_SpannerIO_Write_2GB_Python_Batch"]
job_phrase: ["Run SpannerIO Write 2GB Performance Test Python 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_PerformanceTests_TFRecordIOIT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
job_name: ["beam_PerformanceTests_TFRecordIOIT"]
job_phrase: ["Run Java TFRecordIO Performance Test"]
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_PerformanceTests_XmlIOIT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
job_name: ["beam_PerformanceTests_XmlIOIT"]
job_phrase: ["Run Java XmlIO Performance Test"]
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_Tpcds_Dataflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
job_name: ["beam_PostCommit_Java_Tpcds_Dataflow"]
job_phrase: ["Run Dataflow Runner Tpcds Tests"]
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_Tpcds_Flink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
job_name: ["beam_PostCommit_Java_Tpcds_Flink"]
job_phrase: ["Run Flink Runner Tpcds Tests"]
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_Tpcds_Spark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
job_name: ["beam_PostCommit_Java_Tpcds_Spark"]
job_phrase: ["Run Spark Runner Tpcds Tests"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down

0 comments on commit ef3a028

Please sign in to comment.