From af8c0d6c31c5e90ee62e862ffaf56aaefe1e3295 Mon Sep 17 00:00:00 2001 From: Travis Jenkins Date: Wed, 29 Nov 2023 15:15:38 -0500 Subject: [PATCH] Updating to latest deploy action which requires upgrading to Node 20 --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9ab946454..6a1740145 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: 'npm' cache-dependency-path: '**/package-lock.json' registry-url: 'https://npm.pkg.github.com' @@ -45,7 +45,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: 'npm' cache-dependency-path: '**/package-lock.json' @@ -93,7 +93,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: 'npm' cache-dependency-path: '**/package-lock.json' @@ -105,7 +105,7 @@ jobs: # This was generated via `setup-workload-ident.sh` in the ops repo. - name: Set up Google Cloud SDK - uses: google-github-actions/auth@v0 + uses: google-github-actions/auth@v3 with: service_account: cd-github-ui@estuary-control.iam.gserviceaccount.com workload_identity_provider: projects/1084703453822/locations/global/workloadIdentityPools/github-actions/providers/github-actions-provider