From b675d005c4c63f77cc5fd7f616189e683677561f Mon Sep 17 00:00:00 2001 From: Thibaut Date: Fri, 29 Oct 2021 16:20:00 +0200 Subject: [PATCH] Revert "Bump EndBug/add-and-commit from 4 to 7.4.0" (#221) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78ce5efc..6012f951 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: version_number=${tag#?} poetry version $version_number - name: Commit changes - uses: EndBug/add-and-commit@v7.4.0 + uses: EndBug/add-and-commit@v4 with: message: "Bump version to ${{ github.event.release.tag_name }}" add: "pyproject.toml"