diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 45648a0..9cca0fc 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4.2.2 - name: Install uv - uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 + uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba with: # Install a specific version of uv. version: "0.5.21" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2a3585f..a818143 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Install uv - uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 + uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba with: version: "0.5.21" enable-cache: true diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 16087cc..ade6130 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v4.2.2 - name: Install uv - uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 + uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba with: # Install a specific version of uv. version: "0.5.21" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3293bef..1928d93 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4.2.2 - name: Install uv - uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 + uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba with: # Install a specific version of uv. version: "0.5.21"