Skip to content

Commit

Permalink
Update google-github-actions/setup-gcloud action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent ce05535 commit d8c1e9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gcf-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
PREDICTIVE_TEST_SELECTION: "${{ github.event_name == 'pull_request' && 'true' || 'false' }}"
- name: Authenticate into Google Cloud Platform
uses: google-github-actions/setup-gcloud@v0.2.1
uses: google-github-actions/setup-gcloud@v2.1.4
with:
service_account_email: ${{ secrets.GCLOUD_EMAIL }}
service_account_key: ${{ secrets.GCLOUD_AUTH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcr-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
./gradlew starter-web-netty:dockerBuild -PdockerImageName="gcr.io/${{ secrets.GCLOUD_PROJECT }}/${{ secrets.GCLOUD_SNAPSHOT_APP_NAME }}:snapshot"
- name: Authenticate into Google Cloud Platform
uses: google-github-actions/setup-gcloud@v0.2.1
uses: google-github-actions/setup-gcloud@v2.1.4
with:
project_id: ${{ secrets.GCLOUD_PROJECT }}
service_account_email: ${{ secrets.GCLOUD_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
./gradlew starter-web-netty:dockerBuild -PdockerImageName="gcr.io/${{ secrets.GCLOUD_PROJECT }}/micronaut-starter:latest"
- name: Authenticate into Google Cloud Platform
uses: google-github-actions/setup-gcloud@v0.2.1
uses: google-github-actions/setup-gcloud@v2.1.4
with:
service_account_email: ${{ secrets.GCLOUD_EMAIL }}
service_account_key: ${{ secrets.GCLOUD_AUTH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:
run: |
./gradlew starter-web-netty:dockerBuild -PdockerImageName="gcr.io/${{ secrets.GCLOUD_PROJECT }}/micronaut-starter:${{ steps.release_version.outputs.release_version }}"
- name: Authenticate into Google Cloud Platform
uses: google-github-actions/setup-gcloud@v0.2.1
uses: google-github-actions/setup-gcloud@v2.1.4
with:
service_account_email: ${{ secrets.GCLOUD_EMAIL }}
service_account_key: ${{ secrets.GCLOUD_AUTH }}
Expand Down

0 comments on commit d8c1e9d

Please sign in to comment.