Skip to content

Commit

Permalink
chore(deps): update benchmark-action/github-action-benchmark action t…
Browse files Browse the repository at this point in the history
…o v1.20.1 (#264)

Co-authored-by: App Token Issuer Releng Renovate Bot <376532+app-token-issuer-releng-renovate[bot]@users.noreply.github.com>
  • Loading branch information
app-token-issuer-releng-renovate[bot] and App Token Issuer Releng Renovate Bot authored Apr 3, 2024
1 parent 6cc7cb7 commit 87651c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/ci-benchmarking/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ runs:

- name: Run github-action-benchmark for PRs
if: ${{ env.IS_PR == 'true' }}
uses: benchmark-action/github-action-benchmark@cc9ac13ce81036c9b67fcfe2cb95ca366684b9ea # v1.19.3
uses: benchmark-action/github-action-benchmark@1846227a307d8c0149b960b986d46f8f4c95db0c # v1.20.1
with:
tool: 'go'
output-file-path: output.txt
Expand All @@ -107,7 +107,7 @@ runs:

- name: Run github-action-benchmark for Merges
if: ${{ env.IS_MERGE == 'true' }}
uses: benchmark-action/github-action-benchmark@cc9ac13ce81036c9b67fcfe2cb95ca366684b9ea # v1.19.3
uses: benchmark-action/github-action-benchmark@1846227a307d8c0149b960b986d46f8f4c95db0c # v1.20.1
with:
tool: 'go'
output-file-path: output.txt
Expand Down

0 comments on commit 87651c5

Please sign in to comment.