Skip to content

Commit 1c7b605

Browse files
committed
Test my own criterion-compare-action fix
1 parent c150659 commit 1c7b605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
- uses: dtolnay/rust-toolchain@master
1212
with:
1313
toolchain: stable
14-
- uses: boa-dev/criterion-compare-action@v3
14+
- uses: wcampbell0x2a/criterion-compare-action@e08fb2661daf3f2563e16a0cadc71438baa833b9
1515
with:
1616
branchName: ${{ github.base_ref }}
1717
token: ${{ secrets.GITHUB_TOKEN }}
18-
- uses: boa-dev/criterion-compare-action@v3
18+
- uses: wcampbell0x2a/criterion-compare-action@e08fb2661daf3f2563e16a0cadc71438baa833b9
1919
with:
2020
branchName: ${{ github.base_ref }}
2121
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)