diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b1f44df..6e73ec9 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@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6 + uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # 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 01d1861..2d2b70b 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@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6 + uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6 - name: Setup Python uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5