Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 3 to 4 #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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