From cf497fbb17aae1f2306bf7e2d4f232b46c42e768 Mon Sep 17 00:00:00 2001 From: Inshaal93 Date: Mon, 25 Mar 2024 15:29:22 -0400 Subject: [PATCH] Update workflow versions --- .github/workflows/deploy.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 99a5aeb..7ca0656 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,15 +10,13 @@ jobs: env: NODE_ENV: production steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: 16 - - uses: google-github-actions/setup-gcloud@v0 + node-version: 20 + - uses: google-github-actions/setup-gcloud@v2 with: project_id: ${{ secrets.ETCH_DEMO_PROJECT }} - service_account_key: ${{ secrets.GCP_SA_KEY }} - export_default_credentials: true - name: Deploy the app env: ETCH_DEMO_PROJECT: ${{ secrets.ETCH_DEMO_PROJECT }}