From 2ce645137a6539411dad8d9fe359bc651b215ba5 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 21 Mar 2024 04:40:29 +1100 Subject: chore: update Google Cloud actions (#22839) These actions use Node 20 instead of 16 (which is deprecated). --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4426fb4b6..87b8d7dfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -209,7 +209,7 @@ jobs: (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))) name: Authenticate with Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: project_id: denoland credentials_json: '${{ secrets.GCP_SA_KEY }}' @@ -223,7 +223,7 @@ jobs: github.repository == 'denoland/deno' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))) - uses: google-github-actions/setup-gcloud@v1 + uses: google-github-actions/setup-gcloud@v2 with: project_id: denoland - name: Setup gcloud (windows) @@ -234,7 +234,7 @@ jobs: github.repository == 'denoland/deno' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))) - uses: google-github-actions/setup-gcloud@v1 + uses: google-github-actions/setup-gcloud@v2 env: CLOUDSDK_PYTHON: '${{env.pythonLocation}}\python.exe' with: @@ -672,14 +672,14 @@ jobs: if: github.repository == 'denoland/deno' && github.ref == 'refs/heads/main' steps: - name: Authenticate with Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: project_id: denoland credentials_json: '${{ secrets.GCP_SA_KEY }}' export_environment_variables: true create_credentials_file: true - name: Setup gcloud - uses: google-github-actions/setup-gcloud@v1 + uses: google-github-actions/setup-gcloud@v2 with: project_id: denoland - name: Upload canary version file to dl.deno.land -- cgit v1.2.3