Bump google-github-actions/auth from 2.1.9 to 2.1.10
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.9 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](https://github.com/google-github-actions/auth/compare/v2.1.9...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 ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1806a45461
commit
715823c5bb
|
@ -53,7 +53,7 @@ jobs:
|
||||||
https://cdn.jsdelivr.net/hex
|
https://cdn.jsdelivr.net/hex
|
||||||
|
|
||||||
- name: Authenticate To Google Cloud
|
- name: Authenticate To Google Cloud
|
||||||
uses: google-github-actions/auth@v2.1.9
|
uses: google-github-actions/auth@v2.1.10
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
https://cdn.jsdelivr.net/hex
|
https://cdn.jsdelivr.net/hex
|
||||||
|
|
||||||
- name: Authenticate To Google Cloud
|
- name: Authenticate To Google Cloud
|
||||||
uses: google-github-actions/auth@v2.1.9
|
uses: google-github-actions/auth@v2.1.10
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ jobs:
|
||||||
https://cdn.jsdelivr.net/hex
|
https://cdn.jsdelivr.net/hex
|
||||||
|
|
||||||
- name: Authenticate To Google Cloud
|
- name: Authenticate To Google Cloud
|
||||||
uses: google-github-actions/auth@v2.1.9
|
uses: google-github-actions/auth@v2.1.10
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue