Skip to content

Commit 9e29a0d

Browse files
authored
Merge pull request #251 from praw-dev/dependabot/github_actions/astral-sh/setup-uv-7
2 parents 0c6e2f9 + eb5f86e commit 9e29a0d

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
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v5
2828
- name: Install the latest version of uv
29-
uses: astral-sh/setup-uv@v6
29+
uses: astral-sh/setup-uv@v7
3030
- name: Install tox
3131
run: uv tool install --python-preference only-managed --python ${{ matrix.env }} tox --with tox-uv
3232
- name: Run test suite

0 commit comments

Comments
 (0)