From be5cc77e4327e4bd5fc16ee1d682e2e3e97f3033 Mon Sep 17 00:00:00 2001 From: Forrest Collman Date: Sat, 2 Mar 2024 16:42:33 -0800 Subject: [PATCH] bumping github actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 615ee8f0b..4e0f81e0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,12 +61,12 @@ jobs: env: ${{ env.BRANCH_NAME }} desc: Setting up staging deployment for ${{ env.BRANCH_NAME }} - id: "auth" - uses: "google-github-actions/auth@v1" + uses: "google-github-actions/auth@v2" with: workload_identity_provider: "projects/483670036293/locations/global/workloadIdentityPools/neuroglancer-github/providers/github" service_account: "chris-apps-deploy@seung-lab.iam.gserviceaccount.com" - id: deploy - uses: google-github-actions/deploy-appengine@v1 + uses: google-github-actions/deploy-appengine@v2 with: version: ${{ env.GITHUB_SHA }} deliverables: appengine/frontend/app.yaml