File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments