Skip to content

Commit 06eb76e

Browse files
Bump google-github-actions/auth from 2.1.2 to 2.1.3
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 959ebea commit 06eb76e

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)