Skip to content

Commit b138f82

Browse files
build(deps): bump pre-commit/action from 2.0.0 to 3.0.0 (#25)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08a4fec commit b138f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525

2626

2727
- name: 'pre-commit check errors'
28-
uses: pre-commit/action@v2.0.0
28+
uses: pre-commit/action@v3.0.0
2929
continue-on-error: true
3030

3131
- name: 'pre-commit fix erros'
32-
uses: pre-commit/action@v2.0.0
32+
uses: pre-commit/action@v3.0.0
3333
continue-on-error: true
3434

3535
- name: 'push readme'

0 commit comments

Comments
 (0)