Skip to content

Commit 0c8400e

Browse files
Merge pull request #341 from tpvasconcelos/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 417ce6c + 03a3667 commit 0c8400e

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/greet-new-users.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
steps:
1414
- uses: actions/first-interaction@v3
1515
with:
16-
repo-token: ${{ secrets.GITHUB_TOKEN }}
17-
issue-message: |
16+
repo_token: ${{ secrets.GITHUB_TOKEN }}
17+
issue_message: |
1818
**Thank you for submitting your first issue with us!** 🎉
1919
2020
Our response times may vary, but we'll get back to you as soon as we can!
2121
2222
Welcome aboard! 🚀
23-
pr-message: |
23+
pr_message: |
2424
**Thank you for submitting your first pull request with us!** 🎉
2525
2626
Our response times may vary, but we'll get back to you as soon as we can!

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
5555
- id: check-readthedocs
5656

5757
- repo: https://github.com/rhysd/actionlint
58-
rev: v1.7.7
58+
rev: v1.7.8
5959
hooks:
6060
- id: actionlint
6161

@@ -104,7 +104,7 @@ repos:
104104
additional_dependencies: [setuptools-scm]
105105

106106
- repo: https://github.com/astral-sh/ruff-pre-commit
107-
rev: v0.13.1
107+
rev: v0.14.0
108108
hooks:
109109
- id: ruff-format
110110
- id: ruff

docs/reference/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Unreleased changes
1212

1313
- Bump actions/github-script from 7 to 8 ({gh-pr}`338`)
1414
- pre-commit autoupdate ({gh-pr}`340`)
15+
- pre-commit autoupdate ({gh-pr}`341`)
1516

1617
---
1718

0 commit comments

Comments
 (0)