Skip to content

Commit a632aed

Browse files
authored
Merge pull request #121 from custom-components/dependabot/github_actions/pre-commit/action-3.0.1
Bump pre-commit/action from 3.0.0 to 3.0.1
2 parents add96e9 + 14e71ec commit a632aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222

2323
- name: Pre Commit Checks
24-
uses: pre-commit/action@v3.0.0
24+
uses: pre-commit/action@v3.0.1
2525

2626
- name: Install Dependencies
2727
run: pip install .[dev]

0 commit comments

Comments
 (0)