From 9b7e6f8d1e1129749e61b57e3b15da59bf6a6358 Mon Sep 17 00:00:00 2001 From: Stanis Trendelenburg Date: Fri, 6 Jun 2025 13:21:09 +0200 Subject: [PATCH] [CI] pin setup-uv action to commit hash --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7391e34..ce2ad9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1 with: python-version: ${{ matrix.python-version }} enable-cache: true