Skip to content

Commit 9166092

Browse files
Merge pull request #5 from kevinyamauchi/dependabot/github_actions/astral-sh/setup-uv-7
ci(dependabot): bump astral-sh/setup-uv from 6 to 7
2 parents 0e6aa7d + f2f56e5 commit 9166092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v5
3838

3939
- name: 🐍 Set up Python ${{ matrix.python-version }}
40-
uses: astral-sh/setup-uv@v6
40+
uses: astral-sh/setup-uv@v7
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
enable-cache: true

0 commit comments

Comments
 (0)