diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 12722b27e..bd0a0e23a 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@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 + uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0 with: python-version: ${{ matrix.python-version }} activate-environment: true diff --git a/.github/workflows/pyright.yml b/.github/workflows/pyright.yml index b9e1f9b9a..263921d20 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@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 + uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0 with: python-version: ${{ matrix.python-version }} activate-environment: true diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 8fa888224..edfc081d5 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@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 + uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0 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@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 + uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0 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 54fb76a61..1fc1048df 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@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 + uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0 with: python-version: '3.13' activate-environment: true diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index acc1836d4..1240390c6 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@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 + uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0 with: python-version: '3.13' activate-environment: true diff --git a/.github/workflows/update_codebase_chart.yml b/.github/workflows/update_codebase_chart.yml index 0aa9249c1..f9529dada 100644 --- a/.github/workflows/update_codebase_chart.yml +++ b/.github/workflows/update_codebase_chart.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@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 + uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0 with: python-version: ${{ matrix.python-version }} activate-environment: true diff --git a/.github/workflows/update_vehicle_templates.yml b/.github/workflows/update_vehicle_templates.yml index e5c1b3d60..ce4063d79 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@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 + uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0 with: python-version: ${{ matrix.python-version }} activate-environment: true diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index d1aebaaa0..3f70bfba9 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@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 + uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0 with: python-version: ${{ matrix.python-version }} activate-environment: true