From 0e072265db5c46808b24914e39f44d8a8a19f8b3 Mon Sep 17 00:00:00 2001 From: Daniel Rozenberg Date: Wed, 21 Feb 2024 11:52:34 -0500 Subject: [PATCH] Revert changes to GitHub Actions workflows that are pending removal --- .github/workflows/release-production.yaml | 4 ++-- .github/workflows/release-staging.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-production.yaml b/.github/workflows/release-production.yaml index 5058609f0d8..388057ca22c 100644 --- a/.github/workflows/release-production.yaml +++ b/.github/workflows/release-production.yaml @@ -186,13 +186,13 @@ jobs: run: npm install - id: auth - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v0 with: project_id: ${{ secrets.GCP_PROJECT_ID }} credentials_json: ${{ secrets.GCP_SA_KEY }} - name: Setting up Google Cloud SDK - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v0 - name: Fetching build artifacts uses: actions/download-artifact@v4 diff --git a/.github/workflows/release-staging.yaml b/.github/workflows/release-staging.yaml index 4c9688fac93..44d0da13911 100644 --- a/.github/workflows/release-staging.yaml +++ b/.github/workflows/release-staging.yaml @@ -30,13 +30,13 @@ jobs: id-token: 'write' steps: - id: auth - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v0 with: project_id: ${{ secrets.GCP_PROJECT_ID }} credentials_json: ${{ secrets.GCP_SA_KEY }} - name: Setting up Google Cloud SDK - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v0 - name: Cloning repository uses: actions/checkout@v4 @@ -200,7 +200,7 @@ jobs: run: npm install - name: Setting up Google Cloud SDK - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_key: ${{ secrets.GCP_SA_KEY }}