Skip to content

Commit

Permalink
Merge pull request #81 from weaveVM/fix/fix-actions-v
Browse files Browse the repository at this point in the history
up to v4
  • Loading branch information
allnil authored Oct 14, 2024
2 parents afec563 + 10c29cf commit 079deca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gcp-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- id: auth
name: Authenticate with Google Cloud
uses: google-github-actions/auth@v3
uses: google-github-actions/auth@v4
with:
token_format: access_token
credentials_json: ${{ secrets.GCP_CREDENTIALS_JSON }}
Expand Down

0 comments on commit 079deca

Please sign in to comment.