diff --git a/.github/workflows/increment-version.yml b/.github/workflows/increment-version.yml index d326965..21ee608 100644 --- a/.github/workflows/increment-version.yml +++ b/.github/workflows/increment-version.yml @@ -36,7 +36,7 @@ jobs: version-fragment: 'bug' - name: Install the latest version of uv - uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca # v5 + uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355 # v5 - name: Update version in pyproject.toml id: update_version diff --git a/.github/workflows/test-and-tag.yml b/.github/workflows/test-and-tag.yml index 47fa8c2..c9a7e07 100644 --- a/.github/workflows/test-and-tag.yml +++ b/.github/workflows/test-and-tag.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install the latest version of uv - uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca # v5 + uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355 # v5 - name: Install tox run: uv tool install --python-preference only-managed --python 3.12 tox --with tox-uv --with tox-gh - name: Install Python @@ -85,7 +85,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install uv - uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca # v5 + uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355 # v5 - name: Build for publish id: build_dist