diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6e73ec9..59cf9a8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: fetch-tags: true - name: Setup uv - uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 - name: Setup Python uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 diff --git a/template/{% if repository_provider == 'github' %}.github{% endif %}/actions/setup-env/action.yaml b/template/{% if repository_provider == 'github' %}.github{% endif %}/actions/setup-env/action.yaml index 2d2b70b..1d8106c 100644 --- a/template/{% if repository_provider == 'github' %}.github{% endif %}/actions/setup-env/action.yaml +++ b/template/{% if repository_provider == 'github' %}.github{% endif %}/actions/setup-env/action.yaml @@ -12,7 +12,7 @@ runs: using: composite steps: - name: Setup uv - uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6 - name: Setup Python uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5