Skip to content

Commit 436e763

Browse files
Merge pull request #11692 from rabbitmq/dependabot/github_actions/v3.13.x/google-github-actions/auth-2.1.3
build(deps): bump google-github-actions/auth from 2.1.2 to 2.1.3
2 parents 464948b + 96f26a2 commit 436e763

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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].2
69+
uses: google-github-actions/[email protected].3
7070
with:
7171
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
7272
- name: CONFIGURE BAZEL

.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].2
57+
uses: google-github-actions/[email protected].3
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].2
54+
uses: google-github-actions/[email protected].3
5555
with:
5656
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
5757
- name: CONFIGURE BAZEL

0 commit comments

Comments
 (0)