From ad7de3794779539341d61b7d829bde83f037db62 Mon Sep 17 00:00:00 2001 From: Becky Smith Date: Fri, 7 Nov 2025 08:59:07 +0000 Subject: [PATCH] Use setup action for uv in update-dependencies workflow --- .github/workflows/update-dependencies.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 951d76d..895a6db 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -12,14 +12,9 @@ jobs: - uses: actions/checkout@v5 - uses: "opensafely-core/setup-action@v1" with: - cache: null - python-version: "3.11" install-just: true - - name: Install uv - uses: astral-sh/setup-uv@v6 - with: - # Install a specific version of uv. - version: "0.7.13" + install-uv: true + cache: uv - uses: actions/create-github-app-token@v2 id: generate-token