From 9d882e7a565f7008d4faf128f27d1cb6503d4ebf Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 7 Feb 2024 09:20:08 -0500 Subject: [PATCH] v1.0.2 --- .github/workflows/main.yml | 2 +- README.md | 8 ++++---- bin/main | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 39e7f75..2414dd4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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.1 + name: Run pre-commit-ci/lite-action@v1.0.2 if: always() diff --git a/README.md b/README.md index 68ea8e5..db118dc 100644 --- a/README.md +++ b/README.md @@ -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.1 + - uses: pre-commit-ci/lite-action@v1.0.2 if: always() ``` @@ -25,7 +25,7 @@ fixes PRs used for auto fixing ```yaml - - uses: pre-commit-ci/lite-action@v1.0.1 + - uses: pre-commit-ci/lite-action@v1.0.2 if: always() with: msg: apply code formatting @@ -50,8 +50,8 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 3.x - - uses: pre-commit/action@v3.0.0 - - uses: pre-commit-ci/lite-action@v1.0.1 + - uses: pre-commit/action@v3.0.1 + - uses: pre-commit-ci/lite-action@v1.0.2 if: always() ``` diff --git a/bin/main b/bin/main index 92773ca..453b6b7 100755 --- a/bin/main +++ b/bin/main @@ -15,7 +15,7 @@ from typing import Iterable from typing import NamedTuple from typing import Sequence -_VERSION = 'v1.0.1' +_VERSION = 'v1.0.2' _GIT = ( 'git',