Skip to content

Commit 110bd1f

Browse files
Update google-github-actions/setup-gcloud action to v2
1 parent ce05535 commit 110bd1f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/gcf-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
2424
PREDICTIVE_TEST_SELECTION: "${{ github.event_name == 'pull_request' && 'true' || 'false' }}"
2525
- name: Authenticate into Google Cloud Platform
26-
uses: google-github-actions/setup-gcloud@v0.2.1
26+
uses: google-github-actions/setup-gcloud@v2.1.3
2727
with:
2828
service_account_email: ${{ secrets.GCLOUD_EMAIL }}
2929
service_account_key: ${{ secrets.GCLOUD_AUTH }}

.github/workflows/gcr-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
./gradlew starter-web-netty:dockerBuild -PdockerImageName="gcr.io/${{ secrets.GCLOUD_PROJECT }}/${{ secrets.GCLOUD_SNAPSHOT_APP_NAME }}:snapshot"
2828
- name: Authenticate into Google Cloud Platform
29-
uses: google-github-actions/setup-gcloud@v0.2.1
29+
uses: google-github-actions/setup-gcloud@v2.1.3
3030
with:
3131
project_id: ${{ secrets.GCLOUD_PROJECT }}
3232
service_account_email: ${{ secrets.GCLOUD_EMAIL }}

.github/workflows/release-manually.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
./gradlew starter-web-netty:dockerBuild -PdockerImageName="gcr.io/${{ secrets.GCLOUD_PROJECT }}/micronaut-starter:latest"
4747
- name: Authenticate into Google Cloud Platform
48-
uses: google-github-actions/setup-gcloud@v0.2.1
48+
uses: google-github-actions/setup-gcloud@v2.1.3
4949
with:
5050
service_account_email: ${{ secrets.GCLOUD_EMAIL }}
5151
service_account_key: ${{ secrets.GCLOUD_AUTH }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ jobs:
349349
run: |
350350
./gradlew starter-web-netty:dockerBuild -PdockerImageName="gcr.io/${{ secrets.GCLOUD_PROJECT }}/micronaut-starter:${{ steps.release_version.outputs.release_version }}"
351351
- name: Authenticate into Google Cloud Platform
352-
uses: google-github-actions/setup-gcloud@v0.2.1
352+
uses: google-github-actions/setup-gcloud@v2.1.3
353353
with:
354354
service_account_email: ${{ secrets.GCLOUD_EMAIL }}
355355
service_account_key: ${{ secrets.GCLOUD_AUTH }}

0 commit comments

Comments
 (0)