Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#28608)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 1f4bc68 commit c98cd67
Show file tree
Hide file tree
Showing 83 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beam_CleanUpDataprocResources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
timeout-minutes: 100
name: "beam_CleanUpDataprocResources"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Delete leaked resources for all the jobs that generates flink clusters
run: |
cd ${{ github.workspace }}/.test-infra/dataproc; ./cleanup.sh -xe
2 changes: 1 addition & 1 deletion .github/workflows/beam_CleanUpGCPResources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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 @@ -62,7 +62,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
2 changes: 1 addition & 1 deletion .github/workflows/beam_CloudML_Benchmarks_Dataflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_CloudML_Benchmarks_Dataflow"]
job_phrase: ["Run TFT Criteo Benchmarks"]
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_IODatastoresCredentialsRotation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
job_name: ["beam_IODatastoresCredentialsRotation"]
job_phrase: ["N/A"]
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_Inference_Python_Benchmarks_Dataflow"]
job_phrase: ["Run Inference Benchmarks"]
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_Java_JMH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
timeout-minutes: 900
name: "beam_Java_JMH"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup environment
uses: ./.github/actions/setup-environment-action
- name: run the Java JMH micro-benchmark harness suite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_Java_LoadTests_Combine_Smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_Java_LoadTests_Combine_Smoke"]
job_phrase: ["Run Java Load Tests Combine Smoke"]
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
2 changes: 1 addition & 1 deletion .github/workflows/beam_LoadTests_Go_CoGBK_Flink_batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
job_name: ["beam_LoadTests_Go_CoGBK_Flink_Batch"]
job_phrase: ["Run Load Tests Go CoGBK Flink 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
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
job_name: ["beam_LoadTests_Go_Combine_Flink_Batch"]
job_phrase: ["Run Load Tests Go Combine Flink 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
2 changes: 1 addition & 1 deletion .github/workflows/beam_LoadTests_Go_GBK_Flink_Batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
job_name: ["beam_LoadTests_Go_GBK_Flink_Batch"]
job_phrase: ["Run Load Tests Go GBK Flink 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
2 changes: 1 addition & 1 deletion .github/workflows/beam_LoadTests_Go_ParDo_Flink_Batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
job_name: ["beam_LoadTests_Go_ParDo_Flink_Batch"]
job_phrase: ["Run Load Tests Go ParDo Flink 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 @@ -72,7 +72,7 @@ jobs:
job_name: ["beam_LoadTests_Go_SideInput_Flink_Batch"]
job_phrase: ["Run Load Tests Go SideInput Flink 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_CoGBK_Dataflow_Batch"]
job_phrase: ["Run Load Tests Java 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 @@ -66,7 +66,7 @@ jobs:
job_phrase_2: ["CoGBK Dataflow V2 Batch"]
java_version: ['11','17']
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_phrase_2: ["CoGBK Dataflow V2 Streaming"]
java_version: ['11','17']
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_SparkStructuredStreaming_Batch"]
job_phrase: ["Run Load Tests Java CoGBK 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_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 @@ -62,7 +62,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 @@ -62,7 +62,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 @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Java_GBK_Dataflow_Batch"]
job_phrase: ["Run Load Tests Java 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_Java_GBK_Dataflow_Streaming"]
job_phrase: ["Run Load Tests Java GBK 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_LoadTests_Java_GBK_Dataflow_V2_Batch_Java11"]
job_phrase: ["Run Load Tests Java 11 GBK Dataflow V2 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_GBK_Dataflow_V2_Batch_Java17"]
job_phrase: ["Run Load Tests Java 17 GBK Dataflow V2 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_GBK_Dataflow_V2_Streaming_Java11"]
job_phrase: ["Run Load Tests Java 11 GBK Dataflow V2 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_LoadTests_Java_GBK_Dataflow_V2_Streaming_Java17"]
job_phrase: ["Run Load Tests Java 17 GBK Dataflow V2 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_LoadTests_Java_GBK_Smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
job_name: ["beam_LoadTests_Java_GBK_Smoke"]
job_phrase: ["Run Java Load Tests GBK Smoke"]
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_GBK_SparkStructuredStreaming_Batch"]
job_phrase: ["Run Load Tests Java GBK 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_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 @@ -62,7 +62,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_phrase_2: ["ParDo Dataflow V2 Batch"]
java_version: ['11','17']
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_phrase_2: ["ParDo Dataflow V2 Streaming"]
java_version: ['11','17']
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_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_CoGBK_Dataflow_Batch"]
job_phrase: ["Run Load Tests Python 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_Python_CoGBK_Dataflow_Streaming"]
job_phrase: ["Run Load Tests Python 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 @@ -72,7 +72,7 @@ jobs:
job_name: ["beam_LoadTests_Python_CoGBK_Flink_Batch"]
job_phrase: ["Run Load Tests Python CoGBK Flink 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_Combine_Dataflow_Streaming"]
job_phrase: ["Run Load Tests Python 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 @@ -72,7 +72,7 @@ jobs:
job_name: ["beam_LoadTests_Python_Combine_Flink_Batch"]
job_phrase: ["Run Load Tests Python Combine Flink Batch"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Loading

0 comments on commit c98cd67

Please sign in to comment.