Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/bencher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Install Bencher CLI
if: env.BENCHER_API_TOKEN != ''
uses: bencherdev/bencher@30a740a2e4246560b1a5fd424057d84aa2b188d6 # main
uses: bencherdev/bencher@d2895af8c867c83b8fe766a6b84d8ccd4df5c315 # main

- name: Upload to Bencher (main)
if: env.BENCHER_API_TOKEN != ''
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Install Bencher CLI
if: env.BENCHER_API_TOKEN != ''
uses: bencherdev/bencher@30a740a2e4246560b1a5fd424057d84aa2b188d6 # main
uses: bencherdev/bencher@d2895af8c867c83b8fe766a6b84d8ccd4df5c315 # main

# Fork PRs have no access to BENCHER_API_TOKEN, so this step is skipped
# for them. The bench artifacts can still be uploaded for inspection.
Expand Down
Loading