Skip to content

Commit bc50666

Browse files
committed
ci: cleanup workflow pins
1 parent 336ff58 commit bc50666

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pre-commit-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ jobs:
4343
base: ${{ github.ref_name }}
4444
labels: "update"
4545
reviewers: "linuxdaemon"
46+
assignees: "linuxdaemon"
47+
sign-commits: true

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: "3.x"
1919

2020
- name: Install Hatch
21-
uses: pypa/hatch@a3c83ab3d481fbc2dc91dd0088628817488dd1d5 # install
21+
uses: pypa/hatch@install
2222
with:
2323
version: "${{ env.HATCH_VERSION }}"
2424

0 commit comments

Comments
 (0)