From 69c58afc71b93873506886215271d1f01bf098f4 Mon Sep 17 00:00:00 2001 From: Alexis Date: Thu, 26 Dec 2024 10:17:35 +0100 Subject: [PATCH] Update to 5.1.0 Signed-off-by: Alexis --- .github/workflows/CI.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8153fcf..46e81bf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: persist-credentials: false - name: Install the latest version of uv - uses: astral-sh/setup-uv@180f8b44399608a850e1db031fa65c77746566d3 # v5.0.1 + uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5.1.0 with: enable-cache: true cache-dependency-glob: pyproject.toml @@ -134,7 +134,7 @@ jobs: name: rfc3161-sdist - name: Install the latest version of uv - uses: astral-sh/setup-uv@180f8b44399608a850e1db031fa65c77746566d3 # v5.0.1 + uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5.1.0 with: enable-cache: true cache-dependency-glob: pyproject.toml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9f3bbac..b61a91a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: toolchain: 1.81.0 - name: Install the latest version of uv - uses: astral-sh/setup-uv@180f8b44399608a850e1db031fa65c77746566d3 # v5.0.1 + uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5.1.0 with: enable-cache: true cache-dependency-glob: pyproject.toml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2c8ee45..9acec46 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@180f8b44399608a850e1db031fa65c77746566d3 # v5.0.1 + uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5.1.0 with: enable-cache: true cache-dependency-glob: pyproject.toml @@ -56,7 +56,7 @@ jobs: persist-credentials: false - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@180f8b44399608a850e1db031fa65c77746566d3 # v5.0.1 + uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5.1.0 with: enable-cache: true cache-dependency-glob: pyproject.toml