Skip to content

Commit bec3dcb

Browse files
Workflows: update google-github-actions/auth version in the templates
1 parent 2da5167 commit bec3dcb

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
@@ -99,7 +99,7 @@ jobs:
9999
https://builds.hex.pm
100100
https://cdn.jsdelivr.net/hex
101101
- name: AUTHENTICATE TO GOOGLE CLOUD
102-
uses: google-github-actions/[email protected].3
102+
uses: google-github-actions/[email protected].4
103103
with:
104104
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
105105
- 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
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT
7474
- name: AUTHENTICATE TO GOOGLE CLOUD
75-
uses: google-github-actions/[email protected].3
75+
uses: google-github-actions/[email protected].4
7676
with:
7777
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
7878
- name: REPO CACHE

0 commit comments

Comments
 (0)