diff --git a/.github/workflows/bencher.yml b/.github/workflows/bencher.yml index 41d88304f..7225cd684 100644 --- a/.github/workflows/bencher.yml +++ b/.github/workflows/bencher.yml @@ -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 != '' @@ -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.