Skip to content

Commit cece593

Browse files
build: bump the actions group with 2 updates (#168)
Bumps the actions group with 2 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [CodSpeedHQ/action](https://github.com/codspeedhq/action). Updates `astral-sh/setup-uv` from 7.2.0 to 7.2.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@61cb8a9...803947b) Updates `CodSpeedHQ/action` from 4.8.2 to 4.10.2 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@e736f0d...2084259) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: CodSpeedHQ/action dependency-version: 4.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00e394b commit cece593

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
python-version: "3.13"
3333

3434
- name: Setup uv
35-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
35+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
3636

3737
- name: Install dependencies
3838
run: uv sync --dev
3939

4040
- name: Run benchmarks
41-
uses: CodSpeedHQ/action@e736f0d2aeb36da38e9f08eca4dff7967408d154 #v3
41+
uses: CodSpeedHQ/action@208425962c215de49ed713e18c4b9bde9bda5c52 #v3
4242
with:
4343
token: ${{ secrets.CODSPEED_TOKEN }}
4444
run: uv run pytest tests/ --codspeed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424

2525
- name: Setup uv
26-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
26+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
2727

2828
- name: Install dependencies
2929
run: uv sync --dev

0 commit comments

Comments
 (0)