Skip to content

Commit aaafc20

Browse files
committed
Update pre-commit
Replace superfluous release action
1 parent aa95dd4 commit aaafc20

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/release-on-tag.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ jobs:
2424
run: scripts/get_release_description.py | tee release_body.md
2525
- name: Create Release
2626
id: create_release
27-
uses: ncipollo/release-action@v1
28-
with:
29-
name: ""
30-
bodyFile: release_body.md
27+
# https://cli.github.com/manual/gh_release_create
28+
run: gh release create "${GITHUB_REF_NAME}" --verify-tag --notes-file release_body.md

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ repos:
1717
- id: fix-byte-order-marker
1818
- id: detect-private-key
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.14.13
20+
rev: v0.15.9
2121
hooks:
2222
- id: ruff-check
2323
args: [--fix-only, --exit-non-zero-on-fix]
2424
- id: ruff-format
2525
- repo: https://github.com/zizmorcore/zizmor-pre-commit
26-
rev: v1.22.0
26+
rev: v1.23.1
2727
hooks:
2828
- id: zizmor

0 commit comments

Comments
 (0)