From 5d6cc0eb514c891a40562a58a8e71576c5c7fb43 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 13 Oct 2024 15:08:43 -0400 Subject: [PATCH] v1.1.0 --- .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 8d285e0..25e0f73 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.3 + name: Run pre-commit-ci/lite-action@v1.1.0 if: always() diff --git a/README.md b/README.md index fc19de0..ac112df 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.3 + - uses: pre-commit-ci/lite-action@v1.1.0 if: always() ``` @@ -25,7 +25,7 @@ fixes PRs used for auto fixing ```yaml - - uses: pre-commit-ci/lite-action@v1.0.3 + - uses: pre-commit-ci/lite-action@v1.1.0 if: always() with: msg: apply code formatting @@ -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.3 + - uses: pre-commit-ci/lite-action@v1.1.0 if: always() ``` diff --git a/bin/main b/bin/main index a9a5212..ee740af 100755 --- a/bin/main +++ b/bin/main @@ -14,7 +14,7 @@ from collections.abc import Sequence from typing import Any from typing import NamedTuple -_VERSION = 'v1.0.3' +_VERSION = 'v1.1.0' _GIT = ( 'git',