Skip to content

Commit a72ba49

Browse files
authored
chore(deps): update google-github-actions/auth action to v3 (#16268)
1 parent b9e74bb commit a72ba49

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/macos-bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ref: ${{ inputs.checkout-ref }}
4343
persist-credentials: false
4444
allow-unsafe-pr-checkout: true
45-
- uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2
45+
- uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3
4646
if: ${{ inputs.bazel-cache-mode == 'READ_WRITE' }}
4747
with:
4848
create_credentials_file: true

.github/workflows/macos-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
ref: ${{ inputs.checkout-ref }}
6565
persist-credentials: false
6666
allow-unsafe-pr-checkout: true
67-
- uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2
67+
- uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3
6868
if: ${{ inputs.sccache-mode == 'READ_WRITE' && inputs.vcpkg-cache-mode == 'readwrite' }}
6969
with:
7070
create_credentials_file: true

.github/workflows/windows-bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
ref: ${{ inputs.checkout-ref }}
4646
persist-credentials: false
4747
allow-unsafe-pr-checkout: true
48-
- uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2
48+
- uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3
4949
if: ${{ inputs.bazel-cache-mode == 'READ_WRITE' }}
5050
with:
5151
create_credentials_file: true

.github/workflows/windows-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
ref: ${{ inputs.checkout-ref }}
7171
persist-credentials: false
7272
allow-unsafe-pr-checkout: true
73-
- uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2
73+
- uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3
7474
if: ${{ inputs.sccache-mode == 'READ_WRITE' && inputs.vcpkg-cache-mode == 'readwrite' }}
7575
with:
7676
create_credentials_file: true

0 commit comments

Comments
 (0)