Skip to content

Commit 8c1bb5d

Browse files
authored
Merge pull request #191 from adriencaccia/patch-1
Fix CodSpeed action by updating to CodSpeedHQ/action@v3
2 parents 758f28b + 0ae3e04 commit 8c1bb5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
python -m pip install --upgrade tox tox-gh-actions
7272
7373
- name: Run benchmarks
74-
uses: CodSpeedHQ/action@v2
74+
uses: CodSpeedHQ/action@v3
7575
with:
7676
token: ${{ secrets.CODSPEED_TOKEN }}
7777
run: tox -ecodspeed

0 commit comments

Comments
 (0)