From 46084f22bbfec5e97a3e4c0eab5ec2ca19bcc0e6 Mon Sep 17 00:00:00 2001 From: sl kim Date: Wed, 6 Sep 2023 20:22:35 +0900 Subject: [PATCH] =?UTF-8?q?GCP=20=EB=B0=B0=ED=8F=AC=20Actions=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=20=EC=98=AC=EB=A6=BC.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5544adc..681c6dd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,9 +22,9 @@ jobs: - uses: actions/setup-python@v2 with: python-version: '3.7.x' - - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master + - uses: google-github-actions/setup-gcloud@v1 with: - version: '291.0.0' + version: '>= 363.0.0' project_id: isnamyang service_account_key: ${{ secrets.GCP_SA_KEY }} export_default_credentials: true