Skip to content

Commit 0830408

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): Bump CodSpeedHQ/action from 2 to 3
Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 2 to 3. - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@v2...v3) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 54d68b4 commit 0830408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: pip install ".[bench]"
2222

2323
- name: Run benchmarks
24-
uses: CodSpeedHQ/action@v2
24+
uses: CodSpeedHQ/action@v3
2525
with:
2626
token: ${{ secrets.CODSPEED_TOKEN }}
2727
run: pytest benches/* --codspeed -p no:schemathesis -p no:hypothesispytest -p no:subtests -p no:anyio

0 commit comments

Comments
 (0)