Skip to content

Commit a627c2c

Browse files
Sync google-github-actions/auth version in workflow files
1 parent 1795306 commit a627c2c

9 files changed

+10
-10
lines changed

.github/workflows/rabbitmq_peer_discovery_aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
ecs-cli --version
6767
- name: AUTHENTICATE TO GOOGLE CLOUD
6868
if: steps.authorized.outputs.authorized == 'true'
69-
uses: google-github-actions/[email protected].4
69+
uses: google-github-actions/[email protected].5
7070
with:
7171
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
7272
- name: CONFIGURE BAZEL

.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-authnz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
https://cdn.jsdelivr.net/hex
5959
6060
- name: Authenticate To Google Cloud
61-
uses: google-github-actions/[email protected].4
61+
uses: google-github-actions/[email protected].5
6262
with:
6363
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
6464

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
https://builds.hex.pm
7575
https://cdn.jsdelivr.net/hex
7676
- name: AUTHENTICATE TO GOOGLE CLOUD
77-
uses: google-github-actions/[email protected].4
77+
uses: google-github-actions/[email protected].5
7878
with:
7979
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
8080
- name: BUILD SECONDARY UMBRELLA ARCHIVE

.github/workflows/test-plugin-mixed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
https://builds.hex.pm
5555
https://cdn.jsdelivr.net/hex
5656
- name: AUTHENTICATE TO GOOGLE CLOUD
57-
uses: google-github-actions/[email protected].4
57+
uses: google-github-actions/[email protected].5
5858
with:
5959
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
6060
- name: CONFIGURE BAZEL

.github/workflows/test-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
https://builds.hex.pm
5252
https://cdn.jsdelivr.net/hex
5353
- name: AUTHENTICATE TO GOOGLE CLOUD
54-
uses: google-github-actions/[email protected].4
54+
uses: google-github-actions/[email protected].5
5555
with:
5656
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
5757
- name: CONFIGURE BAZEL

.github/workflows/test-selenium.yaml

Lines changed: 2 additions & 2 deletions
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
@@ -54,7 +54,7 @@ jobs:
5454
https://cdn.jsdelivr.net/hex
5555
5656
- name: Authenticate To Google Cloud
57-
uses: google-github-actions/[email protected].4
57+
uses: google-github-actions/[email protected].5
5858
with:
5959
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
6060

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT
5454
- name: AUTHENTICATE TO GOOGLE CLOUD
55-
uses: google-github-actions/[email protected].4
55+
uses: google-github-actions/[email protected].5
5656
with:
5757
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
5858
- name: REPO CACHE

0 commit comments

Comments
 (0)