This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new c92a743  [BEAM-11308] Update deprecated Google GitHub action
     new 18b82c6  Merge pull request #13384 from 
TobKed/beam-11308-update-deprecated-google-github-action
c92a743 is described below

commit c92a743358e4268de876b965dd990137ba524679
Author: Tobiasz KÄ™dzierski <[email protected]>
AuthorDate: Thu Nov 19 17:56:53 2020 +0100

    [BEAM-11308] Update deprecated Google GitHub action
---
 .github/workflows/build_wheels.yml | 8 ++++----
 .github/workflows/java_tests.yml   | 2 +-
 .github/workflows/python_tests.yml | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build_wheels.yml 
b/.github/workflows/build_wheels.yml
index b572395..048e871 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -105,7 +105,7 @@ jobs:
     if: needs.check_gcp_variables.outputs.gcp-variables-set == 'true' && 
github.event_name != 'pull_request'
     steps:
       - name: Authenticate on GCP
-        uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
+        uses: google-github-actions/setup-gcloud@master
         with:
           service_account_email: ${{ secrets.GCP_SA_EMAIL }}
           service_account_key: ${{ secrets.GCP_SA_KEY }}
@@ -126,7 +126,7 @@ jobs:
           name: source_zip
           path: source/
       - name: Authenticate on GCP
-        uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
+        uses: google-github-actions/setup-gcloud@master
         with:
           service_account_email: ${{ secrets.GCP_SA_EMAIL }}
           service_account_key: ${{ secrets.GCP_SA_KEY }}
@@ -196,7 +196,7 @@ jobs:
         name: wheelhouse-${{ matrix.os }}
         path: wheelhouse/
     - name: Authenticate on GCP
-      uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
+      uses: google-github-actions/setup-gcloud@master
       with:
         service_account_email: ${{ secrets.GCP_SA_EMAIL }}
         service_account_key: ${{ secrets.GCP_SA_KEY }}
@@ -232,7 +232,7 @@ jobs:
     if: needs.check_gcp_variables.outputs.gcp-variables-set == 'true' && 
github.event_name != 'pull_request'
     steps:
     - name: Authenticate on GCP
-      uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
+      uses: google-github-actions/setup-gcloud@master
       with:
         service_account_email: ${{ secrets.GCP_SA_EMAIL }}
         service_account_key: ${{ secrets.GCP_SA_KEY }}
diff --git a/.github/workflows/java_tests.yml b/.github/workflows/java_tests.yml
index deed714..62c51fb 100644
--- a/.github/workflows/java_tests.yml
+++ b/.github/workflows/java_tests.yml
@@ -144,7 +144,7 @@ jobs:
       - name: Checkout code
         uses: actions/checkout@v2
       - name: Authenticate on GCP
-        uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
+        uses: google-github-actions/setup-gcloud@master
         with:
           service_account_email: ${{ secrets.GCP_SA_EMAIL }}
           service_account_key: ${{ secrets.GCP_SA_KEY }}
diff --git a/.github/workflows/python_tests.yml 
b/.github/workflows/python_tests.yml
index 97050a1..7278b3a 100644
--- a/.github/workflows/python_tests.yml
+++ b/.github/workflows/python_tests.yml
@@ -192,7 +192,7 @@ jobs:
           name: python_sdk_source
           path: apache-beam-source
       - name: Authenticate on GCP
-        uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
+        uses: google-github-actions/setup-gcloud@master
         with:
           service_account_email: ${{ secrets.GCP_SA_EMAIL }}
           service_account_key: ${{ secrets.GCP_SA_KEY }}

Reply via email to