diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index d1c49b4d3..d474afde5 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -38,7 +38,7 @@ jobs: # https://docs.astral.sh/uv/guides/integration/github/ - name: Install uv and set the python version - uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0 + uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 with: python-version: ${{ matrix.python-version }} activate-environment: true diff --git a/.github/workflows/pyright.yml b/.github/workflows/pyright.yml index 6271883cf..30379c511 100644 --- a/.github/workflows/pyright.yml +++ b/.github/workflows/pyright.yml @@ -36,7 +36,7 @@ jobs: # https://docs.astral.sh/uv/guides/integration/github/ - name: Install uv and set the python version - uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0 + uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 with: python-version: ${{ matrix.python-version }} activate-environment: true diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index a5d0188ca..55657c589 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -42,7 +42,7 @@ jobs: # https://docs.astral.sh/uv/guides/integration/github/ - name: Install uv and set the python version - uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0 + uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 with: python-version: ${{ matrix.python-version }} activate-environment: true @@ -140,7 +140,7 @@ jobs: # https://docs.astral.sh/uv/guides/integration/github/ - name: Install uv and set the python version - uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0 + uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 with: python-version: '3.9' # Match with the coverage report Python version activate-environment: true diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 7214ddab7..faff8ed3f 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -36,7 +36,7 @@ jobs: # https://docs.astral.sh/uv/guides/integration/github/ - name: Install uv and set the python version - uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0 + uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 with: python-version: '3.13' activate-environment: true diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 595a9a8e1..b80f164d1 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Install uv and set the python version - uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0 + uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 with: python-version: '3.13' activate-environment: true diff --git a/.github/workflows/update_vehicle_templates.yml b/.github/workflows/update_vehicle_templates.yml index 4916b9275..fceaaa487 100644 --- a/.github/workflows/update_vehicle_templates.yml +++ b/.github/workflows/update_vehicle_templates.yml @@ -43,7 +43,7 @@ jobs: # https://docs.astral.sh/uv/guides/integration/github/ - name: Install uv and set the python version - uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0 + uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 with: python-version: ${{ matrix.python-version }} activate-environment: true diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 8d795ccc2..daf43143e 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -37,7 +37,7 @@ jobs: # https://docs.astral.sh/uv/guides/integration/github/ - name: Install uv and set the python version - uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0 + uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 with: python-version: ${{ matrix.python-version }} activate-environment: true