Skip to content

Commit 82ba427

Browse files
build(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.0 (#239)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a85be5 commit 82ba427

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434
persist-credentials: false
3535
- name: Install the latest version of uv
36-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
36+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
3737
with:
3838
enable-cache: false
3939
cache-dependency-glob: "pyproject.toml"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
persist-credentials: false
1717
- name: Install the latest version of uv
18-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
18+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
1919
with:
2020
enable-cache: false
2121
cache-dependency-glob: "pyproject.toml"

0 commit comments

Comments
 (0)