diff --git a/.github/workflows/metocean-deploy.yml b/.github/workflows/metocean-deploy.yml index 6c32eb5..9fe6863 100644 --- a/.github/workflows/metocean-deploy.yml +++ b/.github/workflows/metocean-deploy.yml @@ -78,8 +78,8 @@ jobs: # NOTE: Alternative option - authentication via credentials json - name: Google Auth - id: auth - uses: 'google-github-actions/auth@v0' + id: 'auth' + uses: 'google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2' # google-github-actions/auth@v2 with: credentials_json: '${{ secrets.GCP_CREDENTIALS }}'