Skip to content

Commit

Permalink
Merge branch 'release-1.7.0' into kasserater-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kasserater authored Dec 2, 2024
2 parents 1a2af40 + a3e2f6d commit f63286c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: codespell
uses: codespell-project/actions-codespell@v1
uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
check_hidden: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0

- name: run commitlint
uses: wagoid/commitlint-github-action@v3
uses: wagoid/commitlint-github-action@v6
with:
configFile: './.github/workflows/conf/commitlintrc.json'
helpURL: |
Expand Down

0 comments on commit f63286c

Please sign in to comment.