Skip to content

Commit bca13ec

Browse files
michaelklishinmergify[bot]
authored andcommitted
Actions: align google-github-actions/auth versions
(cherry picked from commit 0b2d4d7)
1 parent 6a9f9f6 commit bca13ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/templates/test-mixed-versions.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
https://builds.hex.pm
9797
https://cdn.jsdelivr.net/hex
9898
- name: AUTHENTICATE TO GOOGLE CLOUD
99-
uses: google-github-actions/[email protected].5
99+
uses: google-github-actions/[email protected].6
100100
with:
101101
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
102102
- name: BUILD SECONDARY UMBRELLA ARCHIVE

.github/workflows/templates/test.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT
7575
- name: AUTHENTICATE TO GOOGLE CLOUD
76-
uses: google-github-actions/[email protected].5
76+
uses: google-github-actions/[email protected].6
7777
with:
7878
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
7979
- name: REPO CACHE

0 commit comments

Comments
 (0)