From 79a1c4dc4509dbc3c76847b8dfe2393c645baec9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 May 2025 13:17:11 +0000 Subject: [PATCH] Update https://github.com/astral-sh/setup-uv action to v6 --- .forgejo/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/tests.yaml b/.forgejo/workflows/tests.yaml index d766820..79afa42 100644 --- a/.forgejo/workflows/tests.yaml +++ b/.forgejo/workflows/tests.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Install uv - uses: https://github.com/astral-sh/setup-uv@v5 + uses: https://github.com/astral-sh/setup-uv@v6 - name: Run tests run: uv run --env-file=.env.example pytest