diff --git a/.github/workflows/pre-commit-update.yml b/.github/workflows/pre-commit-update.yml index 1e028fd..1da77df 100644 --- a/.github/workflows/pre-commit-update.yml +++ b/.github/workflows/pre-commit-update.yml @@ -24,7 +24,7 @@ jobs: python-version: '3.14' - name: Install Hatch - uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install + uses: pypa/hatch@f647ed70d49adb885f53a27d1c7f5bdaeacf2c60 # install with: version: "${{ env.HATCH_VERSION }}" diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index cdfc0bf..02d32fd 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -25,7 +25,7 @@ jobs: python-version: "3.14" - name: Install Hatch - uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install + uses: pypa/hatch@f647ed70d49adb885f53a27d1c7f5bdaeacf2c60 # install with: version: "${{ env.HATCH_VERSION }}" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cdc30a9..d552ded 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: cache: "pip" - name: Install Hatch - uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install + uses: pypa/hatch@f647ed70d49adb885f53a27d1c7f5bdaeacf2c60 # install with: version: "${{ env.HATCH_VERSION }}"