Skip to content

Commit 707a102

Browse files
chore(deps): update astral-sh/setup-uv action to v7 (#26)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c34926c commit 707a102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
14-
- uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4
14+
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7
1515
- run: uv sync --dev
1616
- run: uv run ruff check .
1717
- run: uv run ruff format --check .
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
24-
- uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4
24+
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7
2525
- name: Install bubblewrap
2626
run: sudo apt-get update && sudo apt-get install -y bubblewrap
2727
- run: uv sync --dev

0 commit comments

Comments
 (0)