Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Nov 14, 2022
1 parent 880ade9 commit 50143aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
python-version: 3.x
- uses: pre-commit/action@v3.0.0
- uses: ./.
name: Run pre-commit-ci/lite-action@v0.0.3
name: Run pre-commit-ci/lite-action@v1.0.0
if: always()
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fixes PRs
2. add the [GitHub action] to your workflow as the last step in your job:

```yaml
- uses: pre-commit-ci/lite-action@v0.0.3
- uses: pre-commit-ci/lite-action@v1.0.0
if: always()
```
Expand All @@ -25,7 +25,7 @@ fixes PRs
used for auto fixing

```yaml
- uses: pre-commit-ci/lite-action@v0.0.3
- uses: pre-commit-ci/lite-action@v1.0.0
if: always()
with:
msg: apply code formatting
Expand All @@ -51,7 +51,7 @@ jobs:
with:
python-version: 3.x
- uses: pre-commit/action@v3.0.0
- uses: pre-commit-ci/lite-action@v0.0.3
- uses: pre-commit-ci/lite-action@v1.0.0
if: always()
```

Expand Down
2 changes: 1 addition & 1 deletion bin/main
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ from typing import Iterable
from typing import NamedTuple
from typing import Sequence

_VERSION = 'v0.0.3'
_VERSION = 'v1.0.0'

_GIT = (
'git',
Expand Down

0 comments on commit 50143aa

Please sign in to comment.