From 2529d76d2c5ffdf2a85aa090c38949eada94d39d Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 5 Feb 2023 19:48:41 -0500 Subject: [PATCH] v1.0.1 --- .github/workflows/main.yml | 2 +- README.md | 6 +++--- bin/main | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b41053..39e7f75 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.0 + name: Run pre-commit-ci/lite-action@v1.0.1 if: always() diff --git a/README.md b/README.md index ac03e96..68ea8e5 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.0 + - uses: pre-commit-ci/lite-action@v1.0.1 if: always() ``` @@ -25,7 +25,7 @@ fixes PRs used for auto fixing ```yaml - - uses: pre-commit-ci/lite-action@v1.0.0 + - uses: pre-commit-ci/lite-action@v1.0.1 if: always() with: msg: apply code formatting @@ -51,7 +51,7 @@ jobs: with: python-version: 3.x - uses: pre-commit/action@v3.0.0 - - uses: pre-commit-ci/lite-action@v1.0.0 + - uses: pre-commit-ci/lite-action@v1.0.1 if: always() ``` diff --git a/bin/main b/bin/main index d7b39e9..92773ca 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.0' +_VERSION = 'v1.0.1' _GIT = ( 'git',