Skip to content

Commit 9578842

Browse files
chore(deps): update astral-sh/setup-uv action to v7
1 parent 459b3c3 commit 9578842

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/shared-build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python-version: ${{ inputs.python-version }}
5757

5858
- name: 🚀 Install uv with caching
59-
uses: astral-sh/setup-uv@v6
59+
uses: astral-sh/setup-uv@v7
6060
with:
6161
enable-cache: true
6262

@@ -111,7 +111,7 @@ jobs:
111111
python-version: ${{ inputs.python-version }}
112112

113113
- name: 🚀 Install uv with caching
114-
uses: astral-sh/setup-uv@v6
114+
uses: astral-sh/setup-uv@v7
115115
with:
116116
enable-cache: true
117117

.github/workflows/shared-publish-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: ${{ inputs.python-version }}
3535

3636
- name: 🚀 Install uv
37-
uses: astral-sh/setup-uv@v6
37+
uses: astral-sh/setup-uv@v7
3838

3939
- name: ⤵️ Download dist artifacts
4040
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)