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 and AzHicham committed Dec 1, 2023
1 parent 11ec9c6 commit 14b7cab
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 14b7cab

@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: 14b7cab Previous: 56bf811 Ratio
philips_i2syntax_read_region_256_lvl_0 1392865 ns/iter (± 133091) 1396717 ns/iter (± 135240) 1.00
philips_i2syntax_read_region_256_lvl_1 1180077 ns/iter (± 46852) 1139192 ns/iter (± 37500) 1.04
philips_i2syntax_read_region_512_lvl_0 1604263 ns/iter (± 125155) 1540815 ns/iter (± 233051) 1.04
philips_i2syntax_read_region_512_lvl_1 7508087 ns/iter (± 543820) 7274960 ns/iter (± 224141) 1.03
philips_read_region_256_lvl_0 531648 ns/iter (± 51373) 492753 ns/iter (± 36124) 1.08
philips_read_region_256_lvl_1 1286752 ns/iter (± 77372) 1255327 ns/iter (± 61969) 1.03
philips_read_region_512_lvl_0 3636037 ns/iter (± 265509) 3531253 ns/iter (± 160266) 1.03
philips_read_region_512_lvl_1 3201728 ns/iter (± 365396) 2719366 ns/iter (± 187810) 1.18

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

Please sign in to comment.