Skip to content

Commit f6e18a1

Browse files
chore(deps): bump astral-sh/setup-uv in the actions group (#5)
Bumps the actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@6b9c606...f0ec1fc) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad3edb2 commit f6e18a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: versions
4242

4343
- name: Install a specific version of uv
44-
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1
44+
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0
4545
with:
4646
version: "${{ steps.versions.outputs.uv }}"
4747
python-version: "${{ steps.versions.outputs.python }}"
@@ -127,7 +127,7 @@ jobs:
127127
id: versions
128128

129129
- name: Install a specific version of uv
130-
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1
130+
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0
131131
with:
132132
version: "${{ steps.versions.outputs.uv }}"
133133
python-version: "${{ steps.versions.outputs.python }}"

.github/workflows/linters.yml

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

2626
- name: Install a specific version of uv
27-
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1
27+
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0
2828
with:
2929
version: "${{ steps.versions.outputs.uv }}"
3030
python-version: "${{ steps.versions.outputs.python }}"

.github/workflows/scanners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
id: versions
5454

5555
- name: Install a specific version of uv
56-
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1
56+
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0
5757
with:
5858
version: "${{ steps.versions.outputs.uv }}"
5959
python-version: "${{ steps.versions.outputs.python }}"

0 commit comments

Comments
 (0)