diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index aedc81232d2..2ea99a4b5d0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -38,7 +38,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v0.5.0 + uses: google-github-actions/auth@v0.6.0 with: credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }} @@ -102,7 +102,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v0.5.0 + uses: google-github-actions/auth@v0.6.0 with: credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }} @@ -168,7 +168,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v0.5.0 + uses: google-github-actions/auth@v0.6.0 with: credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }} diff --git a/.github/workflows/zcash-params.yml b/.github/workflows/zcash-params.yml index 20852853278..475bda82396 100644 --- a/.github/workflows/zcash-params.yml +++ b/.github/workflows/zcash-params.yml @@ -35,7 +35,7 @@ jobs: # Setup gcloud CLI - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v0.5.0 + uses: google-github-actions/auth@v0.6.0 with: credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}