Skip to content

Commit a0aaf77

Browse files
Update astral-sh/setup-uv action to v8.2.0
1 parent 7262366 commit a0aaf77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- uses: actions/checkout@v6
8787
- name: Set up uv
88-
uses: astral-sh/setup-uv@v8.1.0
88+
uses: astral-sh/setup-uv@v8.2.0
8989
with:
9090
working-directory: 'build/python'
9191
version-file: '.tool-versions'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
steps:
117117
- uses: actions/checkout@v6
118118
- name: Set up uv
119-
uses: astral-sh/setup-uv@v8.1.0
119+
uses: astral-sh/setup-uv@v8.2.0
120120
with:
121121
working-directory: 'build/python'
122122
version-file: '.tool-versions'

0 commit comments

Comments
 (0)