Skip to content

Commit 3045413

Browse files
Bump google-github-actions/auth from 2.1.8 to 2.1.10 in the patch group (#1259)
Bumps the patch group with 1 update: [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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e566c0b commit 3045413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/make-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: 'Authenticate to Google Cloud'
18-
uses: 'google-github-actions/[email protected].8'
18+
uses: 'google-github-actions/[email protected].10'
1919
with:
2020
credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}'
2121
- name: Set up Cloud SDK
@@ -145,7 +145,7 @@ jobs:
145145
steps:
146146
- uses: actions/checkout@master
147147
- name: 'Authenticate to Google Cloud'
148-
uses: 'google-github-actions/[email protected].8'
148+
uses: 'google-github-actions/[email protected].10'
149149
with:
150150
credentials_json: '${{ secrets.GOOGLE_CLOUD_DL_SA }}'
151151
- name: Set up Cloud SDK

0 commit comments

Comments
 (0)