Unable to resolve action `google-github-actions/[email protected]`, unable to find version `master`

This issue has been tracked since 2021-12-22.

TL;DR

We just started receiving this error, is it expected?

Error: Unable to resolve action `google-github-actions/[email protected]`, unable to find version `master`

Our setup:

    - name: Setup GCP
      uses: google-github-actions/[email protected]
      with:
        version: latest
        project_id: ${{ env.PROJECT_ID }}
        service_account_key: ${{ secrets.GCP_SA_KEY_DEV }}

Expected behavior

No response

Observed behavior

No response

Action YAML

- name: Setup GCP
      uses: google-github-actions/[email protected]
      with:
        version: latest
        project_id: ${{ env.PROJECT_ID }}
        service_account_key: ${{ secrets.GCP_SA_KEY_DEV }}


### Additional information

_No response_
sethvargo wrote this answer on 2021-12-22

Duplicate of #451. We renamed the branch to main, but despite GitHub's blog post, this broke existing workflows. We re-renamed the branch back to master and workflows should work again now. Sorry about that.

More Details About Repo
Owner Name google-github-actions
Repo Name setup-gcloud
Full Name google-github-actions/setup-gcloud
Language TypeScript
Created Date 2019-11-05
Updated Date 2023-03-23
Star Count 1505
Watcher Count 65
Fork Count 548
Issue Count 11

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date