Skip to content

Commit 3d3fa9f

Browse files
Update google-github-actions/auth action to v3 (#864)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5fd6c7 commit 3d3fa9f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: cd services/frontend && npm ci
1616
- run: cd services/frontend && npm run build
1717
- name: Authenticate to Google Cloud
18-
uses: google-github-actions/auth@v2
18+
uses: google-github-actions/auth@v3
1919
with:
2020
project_id: ${{ secrets.GCP_PROJECT_ID }}
2121
credentials_json: ${{ secrets.GCP_CREDENTIALS }}

.github/workflows/deploy-function-list_runtimes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v5
1111
- name: Authenticate to Google Cloud
12-
uses: google-github-actions/auth@v2
12+
uses: google-github-actions/auth@v3
1313
with:
1414
project_id: ${{ secrets.GCP_PROJECT_ID }}
1515
credentials_json: ${{ secrets.GCP_CREDENTIALS }}

.github/workflows/deploy-github-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pushd functions/github-access
2828
../../mvnw -B -V package
2929
- name: Authenticate to Google Cloud
30-
uses: google-github-actions/auth@v2
30+
uses: google-github-actions/auth@v3
3131
with:
3232
project_id: ${{ secrets.GCP_PROJECT_ID }}
3333
credentials_json: ${{ secrets.GCP_CREDENTIALS }}

.github/workflows/deploy-groovy-executor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pushd functions/groovy-executor
2929
../../mvnw -B -V package -P ${{ matrix.variant }}
3030
- name: Authenticate to Google Cloud
31-
uses: google-github-actions/auth@v2
31+
uses: google-github-actions/auth@v3
3232
with:
3333
project_id: ${{ secrets.GCP_PROJECT_ID }}
3434
credentials_json: ${{ secrets.GCP_CREDENTIALS }}

0 commit comments

Comments
 (0)