Skip to content

Commit

Permalink
chore(deps): Update stefanzweifel/git-auto-commit-action action to v5 (
Browse files Browse the repository at this point in the history
…#409)

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

<details>
<summary>stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action)</summary>

### [`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 ([#&#8203;300](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/300)) [@&#8203;ryudaitakai](https://togithub.com/@&#8203;ryudaitakai)
-   Add \_log and \_set_github_output functions ([#&#8203;273](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/273)) [@&#8203;stefanzweifel](https://togithub.com/@&#8203;stefanzweifel)

##### Fixed

-   Seems like there is an extra space ([#&#8203;288](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/288)) [@&#8203;pedroamador](https://togithub.com/@&#8203;pedroamador)
-   Fix git-auto-commit.yml ([#&#8203;277](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/277)) [@&#8203;zcong1993](https://togithub.com/@&#8203;zcong1993)

##### Dependency Updates

-   Bump actions/checkout from 3 to 4 ([#&#8203;302](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/302)) [@&#8203;dependabot](https://togithub.com/@&#8203;dependabot)
-   Bump bats from 1.9.0 to 1.10.0 ([#&#8203;293](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/293)) [@&#8203;dependabot](https://togithub.com/@&#8203;dependabot)
-   Bump github/super-linter from 4 to 5 ([#&#8203;289](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/289)) [@&#8203;dependabot](https://togithub.com/@&#8203;dependabot)
-   Bump bats from 1.8.2 to 1.9.0 ([#&#8203;282](https://togithub.com/stefanzweifel/git-auto-commit-action/pull/282)) [@&#8203;dependabot](https://togithub.com/@&#8203;dependabot)

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot committed Nov 1, 2023
1 parent 6ada63a commit d3f3ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual_triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}

0 comments on commit d3f3ca9

Please sign in to comment.