From a45b61bab7b3739764764b1da4c01da380596abf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:31:41 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Pin=20pypa/hatch=20action?= =?UTF-8?q?=20to=20257e27e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- .github/workflows/documentation.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 016e8bf..e23a21c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install Hatch - uses: pypa/hatch@install + uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install - name: Lint and typecheck run: | hatch fmt --linter @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install Hatch - uses: pypa/hatch@install + uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install - name: mint API token id: mint-token run: | diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9e8a00d..70acd09 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install Hatch - uses: pypa/hatch@install + uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install - name: Build run: hatch run docs:build - name: Upload artifact