Skip to content

Commit 4d022cc

Browse files
Merge pull request #11403 from rabbitmq/dependabot/github_actions/main/google-github-actions/auth-2.1.3
Bump google-github-actions/auth from 2.1.2 to 2.1.3
2 parents 959ebea + 06eb76e commit 4d022cc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
@@ -48,7 +48,7 @@ jobs:
4848
otp-version: ${{ matrix.erlang_version }}
4949
elixir-version: ${{ matrix.elixir_version }}
5050
- name: AUTHENTICATE TO GOOGLE CLOUD
51-
uses: google-github-actions/[email protected].2
51+
uses: google-github-actions/[email protected].3
5252
with:
5353
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
5454
- name: CONFIGURE BAZEL

.github/workflows/test-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
otp-version: ${{ matrix.erlang_version }}
4949
elixir-version: ${{ matrix.elixir_version }}
5050
- name: AUTHENTICATE TO GOOGLE CLOUD
51-
uses: google-github-actions/[email protected].2
51+
uses: google-github-actions/[email protected].3
5252
with:
5353
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
5454
- name: CONFIGURE BAZEL

.github/workflows/test.yaml

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

0 commit comments

Comments
 (0)