Skip to content

Commit

Permalink
chore(deps): update google-github-actions/auth action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent 11ec9c6 commit 56bf811
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4 # v4
- name: Google Storage authentication
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
export_environment_variables: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4 # v4
- name: Google Storage authentication
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
export_environment_variables: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4 # v4
- name: Google Storage authentication
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
export_environment_variables: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
toolchain: ${{ env.RUST_VERSION }}
- name: Google Storage authentication
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
export_environment_variables: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4 # v4
- name: Google Storage authentication
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
export_environment_variables: true
Expand Down

1 comment on commit 56bf811

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

philips-isyntax-rs Benchmark

Benchmark suite Current: 56bf811 Previous: 11ec9c6 Ratio
philips_i2syntax_read_region_256_lvl_0 1396717 ns/iter (± 135240) 1329362 ns/iter (± 74485) 1.05
philips_i2syntax_read_region_256_lvl_1 1139192 ns/iter (± 37500) 1137351 ns/iter (± 39379) 1.00
philips_i2syntax_read_region_512_lvl_0 1540815 ns/iter (± 233051) 1528474 ns/iter (± 59040) 1.01
philips_i2syntax_read_region_512_lvl_1 7274960 ns/iter (± 224141) 7253954 ns/iter (± 222986) 1.00
philips_read_region_256_lvl_0 492753 ns/iter (± 36124) 492543 ns/iter (± 57185) 1.00
philips_read_region_256_lvl_1 1255327 ns/iter (± 61969) 1219399 ns/iter (± 52024) 1.03
philips_read_region_512_lvl_0 3531253 ns/iter (± 160266) 3492614 ns/iter (± 199221) 1.01
philips_read_region_512_lvl_1 2719366 ns/iter (± 187810) 2704500 ns/iter (± 234198) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.