diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3e7d09..82c4193 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: id: versions - name: Install a specific version of uv - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 with: version: "${{ steps.versions.outputs.uv }}" python-version: "${{ steps.versions.outputs.python }}" @@ -127,7 +127,7 @@ jobs: id: versions - name: Install a specific version of uv - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 with: version: "${{ steps.versions.outputs.uv }}" python-version: "${{ steps.versions.outputs.python }}" diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 1fc31cf..fde524f 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -24,7 +24,7 @@ jobs: id: versions - name: Install a specific version of uv - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 with: version: "${{ steps.versions.outputs.uv }}" python-version: "${{ steps.versions.outputs.python }}" diff --git a/.github/workflows/scanners.yml b/.github/workflows/scanners.yml index 54947bd..9ad5c2b 100644 --- a/.github/workflows/scanners.yml +++ b/.github/workflows/scanners.yml @@ -53,7 +53,7 @@ jobs: id: versions - name: Install a specific version of uv - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 with: version: "${{ steps.versions.outputs.uv }}" python-version: "${{ steps.versions.outputs.python }}"