Skip to content

Commit 33b4e85

Browse files
Ernst79bdraco
andauthored
chore: update lint and commitlint (#190)
Co-authored-by: J. Nick Koston <nick@koston.org>
1 parent e73268c commit 33b4e85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-python@v3
1919
with:
20-
python-version: "3.11"
21-
- uses: pre-commit/action@v3.0.0
20+
python-version: "3.13"
21+
- uses: pre-commit/action@v3.0.1
2222

2323
# Make sure commit messages follow the conventional commits convention:
2424
# https://www.conventionalcommits.org
2525
commitlint:
2626
name: Lint Commit Messages
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
32-
- uses: wagoid/commitlint-github-action@v5
32+
- uses: wagoid/commitlint-github-action@v6
3333

3434
test:
3535
strategy:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
extends: ["@commitlint/config-conventional"],
33
rules: {
44
"header-max-length": [0, "always", Infinity],

0 commit comments

Comments
 (0)