build(deps): bump google-github-actions/auth from 2.1.7 to 2.1.8
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.7 to 2.1.8. - [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.7...v2.1.8) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
40172aa183
commit
97f333569e
|
@ -58,7 +58,7 @@ jobs:
|
|||
https://cdn.jsdelivr.net/hex
|
||||
|
||||
- name: Authenticate To Google Cloud
|
||||
uses: google-github-actions/auth@v2.1.7
|
||||
uses: google-github-actions/auth@v2.1.8
|
||||
with:
|
||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
https://cdn.jsdelivr.net/hex
|
||||
|
||||
- name: Authenticate To Google Cloud
|
||||
uses: google-github-actions/auth@v2.1.7
|
||||
uses: google-github-actions/auth@v2.1.8
|
||||
with:
|
||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
https://cdn.jsdelivr.net/hex
|
||||
|
||||
- name: Authenticate To Google Cloud
|
||||
uses: google-github-actions/auth@v2.1.7
|
||||
uses: google-github-actions/auth@v2.1.8
|
||||
with:
|
||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
https://builds.hex.pm
|
||||
https://cdn.jsdelivr.net/hex
|
||||
- name: AUTHENTICATE TO GOOGLE CLOUD
|
||||
uses: google-github-actions/auth@v2.1.7
|
||||
uses: google-github-actions/auth@v2.1.8
|
||||
with:
|
||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||
- name: BUILD SECONDARY UMBRELLA ARCHIVE
|
||||
|
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
https://builds.hex.pm
|
||||
https://cdn.jsdelivr.net/hex
|
||||
- name: AUTHENTICATE TO GOOGLE CLOUD
|
||||
uses: google-github-actions/auth@v2.1.7
|
||||
uses: google-github-actions/auth@v2.1.8
|
||||
with:
|
||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||
- name: CONFIGURE BAZEL
|
||||
|
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
https://builds.hex.pm
|
||||
https://cdn.jsdelivr.net/hex
|
||||
- name: AUTHENTICATE TO GOOGLE CLOUD
|
||||
uses: google-github-actions/auth@v2.1.7
|
||||
uses: google-github-actions/auth@v2.1.8
|
||||
with:
|
||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||
- name: CONFIGURE BAZEL
|
||||
|
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
run: |
|
||||
echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT
|
||||
- name: AUTHENTICATE TO GOOGLE CLOUD
|
||||
uses: google-github-actions/auth@v2.1.7
|
||||
uses: google-github-actions/auth@v2.1.8
|
||||
with:
|
||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||
- name: REPO CACHE
|
||||
|
|
Loading…
Reference in New Issue