Skip to content

Commit 239c5d3

Browse files
Bump google-github-actions/auth from 2.1.9 to 2.1.10
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.9 to 2.1.10. - [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.9...v2.1.10) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 2.1.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f4d1c4 commit 239c5d3

7 files changed

+7
-7
lines changed

.github/workflows/rabbitmq_peer_discovery_aws.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
ecs-cli --version
6969
- name: AUTHENTICATE TO GOOGLE CLOUD
7070
if: steps.authorized.outputs.authorized == 'true'
71-
uses: google-github-actions/[email protected].9
71+
uses: google-github-actions/[email protected].10
7272
with:
7373
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
7474
- name: CONFIGURE BAZEL

.github/workflows/test-authnz.yaml

+1-1
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].9
61+
uses: google-github-actions/[email protected].10
6262
with:
6363
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
6464

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
https://builds.hex.pm
7878
https://cdn.jsdelivr.net/hex
7979
- name: AUTHENTICATE TO GOOGLE CLOUD
80-
uses: google-github-actions/[email protected].9
80+
uses: google-github-actions/[email protected].10
8181
with:
8282
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
8383
- name: BUILD SECONDARY UMBRELLA ARCHIVE

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

+1-1
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].9
57+
uses: google-github-actions/[email protected].10
5858
with:
5959
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
6060
- name: CONFIGURE BAZEL

.github/workflows/test-plugin.yaml

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

.github/workflows/test-selenium.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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].9
57+
uses: google-github-actions/[email protected].10
5858
with:
5959
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
6060

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT
5555
- name: AUTHENTICATE TO GOOGLE CLOUD
56-
uses: google-github-actions/[email protected].9
56+
uses: google-github-actions/[email protected].10
5757
with:
5858
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
5959
- name: REPO CACHE

0 commit comments

Comments
 (0)