Skip to content

Commit 733ec1e

Browse files
Sync google-github-actions/auth version in workflow files
(cherry picked from commit a627c2c)
1 parent f122e4a commit 733ec1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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].4
99+
uses: google-github-actions/[email protected].5
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
@@ -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].4
75+
uses: google-github-actions/[email protected].5
7676
with:
7777
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
7878
- name: REPO CACHE

.github/workflows/test-selenium.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
pull_request:
2121
paths:
2222
- 'deps/rabbitmq_management/**'
23-
- .github/workflows/test-selenium-for-pull-requests.yaml
23+
- .github/workflows/test-selenium-for-pull-requests.yaml
2424
concurrency:
2525
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2626
cancel-in-progress: true

0 commit comments

Comments
 (0)