Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Sep 12, 2024
1 parent 4d79555 commit 1384014
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 @@ -18,5 +18,5 @@ jobs:
# don't copy this, this is for self-testing only
# see the README for how to use this action
- uses: ./.
name: Run pre-commit-ci/lite-action@v1.0.2
name: Run pre-commit-ci/lite-action@v1.0.3
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@v1.0.2
- uses: pre-commit-ci/lite-action@v1.0.3
if: always()
```
Expand All @@ -25,7 +25,7 @@ fixes PRs
used for auto fixing

```yaml
- uses: pre-commit-ci/lite-action@v1.0.2
- uses: pre-commit-ci/lite-action@v1.0.3
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.1
- uses: pre-commit-ci/lite-action@v1.0.2
- uses: pre-commit-ci/lite-action@v1.0.3
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 = 'v1.0.2'
_VERSION = 'v1.0.3'

_GIT = (
'git',
Expand Down

0 comments on commit 1384014

Please sign in to comment.