diff --git a/.github/workflows/reusable-build-docs-with-python.yml b/.github/workflows/reusable-build-docs-with-python.yml index d6e6d2a..6d1f132 100644 --- a/.github/workflows/reusable-build-docs-with-python.yml +++ b/.github/workflows/reusable-build-docs-with-python.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 with: # Install a specific version of uv. # uv recommends to set the version for best practice. diff --git a/.github/workflows/reusable-check-python.yml b/.github/workflows/reusable-check-python.yml index e9b4faf..c37edd7 100644 --- a/.github/workflows/reusable-check-python.yml +++ b/.github/workflows/reusable-check-python.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 - name: Install justfile run: sudo apt-get install -y just diff --git a/.github/workflows/reusable-test-copier.yml b/.github/workflows/reusable-test-copier.yml index f60c34e..4b65686 100644 --- a/.github/workflows/reusable-test-copier.yml +++ b/.github/workflows/reusable-test-copier.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Set up uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 + uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 with: enable-cache: true