diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e9a50b..6cc687a 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@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0 + uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.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@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0 + uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.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 3f17a89..4e8f237 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@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0 + uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.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 0d70ce4..ebf0a2c 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@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5.0 + uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0 with: version: "${{ steps.versions.outputs.uv }}" python-version: "${{ steps.versions.outputs.python }}"