From d3f3ca9491e9b40612c6b07a0fcff35c5ab72bd3 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:46:30 +0200 Subject: [PATCH] chore(deps): Update stefanzweifel/git-auto-commit-action action to v5 (#409) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [stefanzweifel/git-auto-commit-action](https://togithub.com/stefanzweifel/git-auto-commit-action) | action | major | `v4` -> `v5` | --- ### Release Notes
stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action) ### [`v5`](https://togithub.com/stefanzweifel/git-auto-commit-action/blob/HEAD/CHANGELOG.md#v500---2023-10-06) [Compare Source](https://togithub.com/stefanzweifel/git-auto-commit-action/compare/v4...v5) New major release that bumps the default runtime to Node 20. There are no other breaking changes. ##### Changed - Update node version to node20 ([#​300](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/300)) [@​ryudaitakai](https://togithub.com/@​ryudaitakai) - Add \_log and \_set_github_output functions ([#​273](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/273)) [@​stefanzweifel](https://togithub.com/@​stefanzweifel) ##### Fixed - Seems like there is an extra space ([#​288](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/288)) [@​pedroamador](https://togithub.com/@​pedroamador) - Fix git-auto-commit.yml ([#​277](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/277)) [@​zcong1993](https://togithub.com/@​zcong1993) ##### Dependency Updates - Bump actions/checkout from 3 to 4 ([#​302](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/302)) [@​dependabot](https://togithub.com/@​dependabot) - Bump bats from 1.9.0 to 1.10.0 ([#​293](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/293)) [@​dependabot](https://togithub.com/@​dependabot) - Bump github/super-linter from 4 to 5 ([#​289](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/289)) [@​dependabot](https://togithub.com/@​dependabot) - Bump bats from 1.8.2 to 1.9.0 ([#​282](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/282)) [@​dependabot](https://togithub.com/@​dependabot)
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/manual_triggers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual_triggers.yml b/.github/workflows/manual_triggers.yml index e72cec6f..dd1274e4 100644 --- a/.github/workflows/manual_triggers.yml +++ b/.github/workflows/manual_triggers.yml @@ -37,7 +37,7 @@ jobs: run: | docker run --rm --volume "$(pwd):/helm-docs" -u "$(id -u)" jnorwood/helm-docs:v1.11.0 - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: Update version and docs" branch: ${{ github.event.client_payload.pull_request.head.ref }} @@ -60,7 +60,7 @@ jobs: run: | docker run --rm --volume "$(pwd):/helm-docs" -u "$(id -u)" jnorwood/helm-docs:v1.11.0 - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: Update docs" branch: ${{ github.event.client_payload.pull_request.head.ref }}