Skip to content

Commit 67219ca

Browse files
⬆️ Pin pypa/hatch action to 257e27e
1 parent ae78c23 commit 67219ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3131
- name: Install Hatch
32-
uses: pypa/hatch@install
32+
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install
3333
- name: Build
3434
run: hatch run docs-build
3535
- name: Upload artifact

0 commit comments

Comments
 (0)