Browse Source

⬆ Bump CodSpeedHQ/action from 4.14.0 to 4.15.0

Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.14.0 to 4.15.0.
- [Release notes](https://github.com/codspeedhq/action/releases)
- [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md)
- [Commits](658a901452...c381be0bfd20e844fb45594f6aa182ffcd94545c)

---
updated-dependencies:
- dependency-name: CodSpeedHQ/action
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
pull/15483/head
dependabot[bot] 2 months ago
committed by GitHub
parent
commit
26e1a8b82e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/test.yml

2
.github/workflows/test.yml

@ -178,7 +178,7 @@ jobs:
- name: Install Dependencies
run: uv sync --no-dev --group tests --extra all
- name: CodSpeed benchmarks
uses: CodSpeedHQ/action@658a901452bb54c799643e060733b7afe9121b8d # v4.14.0
uses: CodSpeedHQ/action@c381be0bfd20e844fb45594f6aa182ffcd94545c # v4.15.0
with:
mode: simulation
run: uv run --no-sync pytest tests/benchmarks --codspeed

Loading…
Cancel
Save