Skip to content

Commit 44e41ce

Browse files
Bump google-github-actions/auth in the patch group across 1 directory
Bumps the patch group with 1 update in the / directory: [google-github-actions/auth](https://github.com/google-github-actions/auth). Updates `google-github-actions/auth` from 2.1.8 to 2.1.10 - [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.1.8...v2.1.10) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 2.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87c1e92 commit 44e41ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ jobs:
417417

418418
- name: Authenticate to Google Cloud
419419
if: ${{ env.IS_NIGHTLY == 'true' }}
420-
uses: 'google-github-actions/[email protected].8'
420+
uses: 'google-github-actions/[email protected].10'
421421
with:
422422
credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}'
423423

.github/workflows/kcl-language-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
cp -r build/* releases/language-server/${{ env.TAG }}
373373
374374
- name: "Authenticate to Google Cloud"
375-
uses: "google-github-actions/[email protected].8"
375+
uses: "google-github-actions/[email protected].10"
376376
with:
377377
credentials_json: "${{ secrets.GOOGLE_CLOUD_DL_SA }}"
378378
- name: Set up Cloud SDK

.github/workflows/publish-apps-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: npm run files:set-notes
109109

110110
- name: Authenticate to Google Cloud
111-
uses: 'google-github-actions/[email protected].8'
111+
uses: 'google-github-actions/[email protected].10'
112112
with:
113113
credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}'
114114

0 commit comments

Comments
 (0)