diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 42cee4c..fee48cb 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -325,7 +325,7 @@ jobs: # -m pytest' resolves to the same one. - name: "Set up uv" # yamllint disable-line rule:line-length - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 with: python-version: ${{ env.python_version }} activate-environment: true diff --git a/action.yaml b/action.yaml index 7134200..186ecdb 100644 --- a/action.yaml +++ b/action.yaml @@ -621,7 +621,7 @@ runs: - name: 'Install uv and provision Python' # yamllint disable-line rule:line-length - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 with: # uv is the sole Python provisioner for this action. We do NOT # use actions/setup-python alongside it, because doing so caused