diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 57338cc..c0c9f2b 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Install uv - uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 + uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 with: # Install a specific version of uv. version: "0.7.6" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f3045eb..2f7b425 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Install uv - uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 + uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 with: # Install a specific version of uv. version: "0.7.6" diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 24a0f4e..afe4c3d 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Install uv - uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 + uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 with: # Install a specific version of uv. version: "0.7.6"