Skip to content

Commit b291a06

Browse files
Bump the gha group with 2 updates
Bumps the gha group with 2 updates: [CodSpeedHQ/action](https://github.com/codspeedhq/action) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `CodSpeedHQ/action` from 4.1.1 to 4.2.1 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@6b43a0c...c6574d0) Updates `astral-sh/setup-uv` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@3259c62...2ddd2b9) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha - dependency-name: astral-sh/setup-uv dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0010a71 commit b291a06

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: cargo codspeed build
3737

3838
- name: Run the benchmarks
39-
uses: CodSpeedHQ/action@6b43a0cd438f6ca5ad26f9ed03ed159ed2df7da9
39+
uses: CodSpeedHQ/action@c6574d0c2a990bca2842ce9af71549c5bfd7fbe0
4040
with:
4141
mode: instrumentation
4242
run: cargo codspeed run

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Install uv
30-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d
30+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24
3131
with:
3232
activate-environment: true
3333
enable-cache: true

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
persist-credentials: false
6363

6464
- name: Install uv
65-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d
65+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24
6666
with:
6767
activate-environment: true
6868
enable-cache: true
@@ -96,7 +96,7 @@ jobs:
9696
persist-credentials: false
9797

9898
- name: Install uv
99-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d
99+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24
100100
with:
101101
activate-environment: true
102102
enable-cache: true

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
persist-credentials: false
2525

2626
- name: Install uv
27-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d
27+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24
2828
with:
2929
enable-cache: true
3030

0 commit comments

Comments
 (0)