Skip to content

Commit 9a3f7a9

Browse files
ci(dependabot): bump CodSpeedHQ/action from 3 to 4 (#385)
* ci(dependabot): bump CodSpeedHQ/action from 3 to 4 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 3 to 4. - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@v3...v4) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * add mode --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Talley Lambert <[email protected]>
1 parent 65b078f commit 9a3f7a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
HATCH_BUILD_HOOKS_ENABLE: "1"
144144

145145
- name: Run benchmarks
146-
uses: CodSpeedHQ/action@v3
146+
uses: CodSpeedHQ/action@v4
147147
with:
148148
run: pytest --codspeed -v
149+
mode: instrumentation

0 commit comments

Comments
 (0)