Skip to content

Commit

Permalink
Bump google-github-actions to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
pastuxso committed Feb 19, 2024
1 parent 631b931 commit 244d3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
go-version: "1.21"
- name: Auth to GCP
uses: google-github-actions/auth@v0
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}
create_credentials_file: true
Expand All @@ -44,7 +44,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Set up gcloud
uses: google-github-actions/setup-gcloud@v0
uses: google-github-actions/setup-gcloud@v2
- name: Release notes
run: |
owner="${{ vars.RELEASE_OWNER || github.actor }}"
Expand Down

0 comments on commit 244d3f4

Please sign in to comment.