Skip to content

Commit

Permalink
Merge pull request #1193 from serlo/dependabot/github_actions/google-…
Browse files Browse the repository at this point in the history
…github-actions/setup-gcloud-2

chore(deps): bump google-github-actions/setup-gcloud from 1 to 2
  • Loading branch information
hugotiburtino authored Dec 11, 2023
2 parents fb7ddc4 + c57b5c1 commit 3bff307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
credentials_json: '${{ secrets.GCP_KEY_CONTAINER_REGISTRY }}'
- run: gcloud auth configure-docker
- uses: google-github-actions/setup-gcloud@v1
- uses: google-github-actions/setup-gcloud@v2
- run: yarn deploy:images
npm-package:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3bff307

Please sign in to comment.