Skip to content

Commit a45b61b

Browse files
⬆️ Pin pypa/hatch action to 257e27e
1 parent 4a453a0 commit a45b61b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1313
- name: Install Hatch
14-
uses: pypa/hatch@install
14+
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install
1515
- name: Lint and typecheck
1616
run: |
1717
hatch fmt --linter
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3939
- name: Install Hatch
40-
uses: pypa/hatch@install
40+
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install
4141
- name: mint API token
4242
id: mint-token
4343
run: |

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030
- name: Install Hatch
31-
uses: pypa/hatch@install
31+
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install
3232
- name: Build
3333
run: hatch run docs:build
3434
- name: Upload artifact

0 commit comments

Comments
 (0)