Skip to content

Commit

Permalink
Update google-github-actions/auth to v1 series
Browse files Browse the repository at this point in the history
  • Loading branch information
ajn committed Dec 21, 2023
1 parent 5314646 commit 379f3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
go-version: ${{ matrix.go-version }}
cache: true
- if: ${{ matrix.package == 'bfsgs' }}
uses: "google-github-actions/auth@v0"
uses: "google-github-actions/auth@v1"
with:
credentials_json: "${{ secrets.GCP_SA_KEY }}"
- if: ${{ matrix.package == 'bfss3' }}
Expand Down

0 comments on commit 379f3d3

Please sign in to comment.