Skip to content

Commit edf3abf

Browse files
build(deps): bump the gcp-actions group across 1 directory with 3 updates
Bumps the gcp-actions group with 3 updates in the / directory: [google-github-actions/auth](https://github.com/google-github-actions/auth), [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) and [google-github-actions/deploy-cloudrun](https://github.com/google-github-actions/deploy-cloudrun). Updates `google-github-actions/auth` from 2 to 3 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@v2...v3) Updates `google-github-actions/setup-gcloud` from 2 to 3 - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](google-github-actions/setup-gcloud@v2...v3) Updates `google-github-actions/deploy-cloudrun` from 2 to 3 - [Release notes](https://github.com/google-github-actions/deploy-cloudrun/releases) - [Changelog](https://github.com/google-github-actions/deploy-cloudrun/blob/main/CHANGELOG.md) - [Commits](google-github-actions/deploy-cloudrun@v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gcp-actions - dependency-name: google-github-actions/deploy-cloudrun dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gcp-actions - dependency-name: google-github-actions/setup-gcloud dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gcp-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b93e9dd commit edf3abf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
cache: pnpm
2828
- run: pnpm install --frozen-lockfile
2929

30-
- uses: google-github-actions/auth@v2
30+
- uses: google-github-actions/auth@v3
3131
with:
3232
workload_identity_provider: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER }}
3333
service_account: ${{ vars.GCP_SERVICE_ACCOUNT }}
3434

35-
- uses: google-github-actions/setup-gcloud@v2
35+
- uses: google-github-actions/setup-gcloud@v3
3636

3737
- name: Configure Docker for Artifact Registry
3838
run: gcloud auth configure-docker ${{ vars.GCP_REGION }}-docker.pkg.dev
@@ -88,7 +88,7 @@ jobs:
8888
docker push ${{ vars.GCP_REGION }}-docker.pkg.dev/${{ vars.GCP_PROJECT_ID }}/tech-blog/app:${{ github.sha }}
8989
9090
- name: Deploy to Cloud Run
91-
uses: google-github-actions/deploy-cloudrun@v2
91+
uses: google-github-actions/deploy-cloudrun@v3
9292
with:
9393
service: detached-node
9494
image: ${{ vars.GCP_REGION }}-docker.pkg.dev/${{ vars.GCP_PROJECT_ID }}/tech-blog/app:${{ github.sha }}

0 commit comments

Comments
 (0)