Skip to content

Commit

Permalink
chore(deps): Update github-actions (#114)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [helm/chart-releaser-action](https://togithub.com/helm/chart-releaser-action) | action | patch | `v1.4.0` -> `v1.4.1` |
| [helm/chart-testing-action](https://togithub.com/helm/chart-testing-action) | action | patch | `v2.3.0` -> `v2.3.1` |
| [leonsteinhaeuser/project-beta-automations](https://togithub.com/leonsteinhaeuser/project-beta-automations) | action | patch | `v2.0.0` -> `v2.0.1` |

---

### Release Notes

<details>
<summary>helm/chart-releaser-action</summary>

### [`v1.4.1`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.4.1)

[Compare Source](https://togithub.com/helm/chart-releaser-action/compare/v1.4.0...v1.4.1)

#### What's Changed

-   document required permissions by [@&#8203;davidkarlsen](https://togithub.com/davidkarlsen) in [helm/chart-releaser-action#114
-   bump cr to v1.4.1 by [@&#8203;cpanato](https://togithub.com/cpanato) in [helm/chart-releaser-action#121

**Full Changelog**: helm/chart-releaser-action@v1.4.0...v1.4.1

</details>

<details>
<summary>helm/chart-testing-action</summary>

### [`v2.3.1`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.3.1)

[Compare Source](https://togithub.com/helm/chart-testing-action/compare/v2.3.0...v2.3.1)

#### What's Changed

-   bump ct to v3.7.1 by [@&#8203;cpanato](https://togithub.com/cpanato) in [helm/chart-testing-action#96

**Full Changelog**: helm/chart-testing-action@v2.3.0...v2.3.1

</details>

<details>
<summary>leonsteinhaeuser/project-beta-automations</summary>

### [`v2.0.1`](https://togithub.com/leonsteinhaeuser/project-beta-automations/releases/tag/v2.0.1)

[Compare Source](https://togithub.com/leonsteinhaeuser/project-beta-automations/compare/v2.0.0...v2.0.1)

#### What's Changed

-   fix: positive actions state on error call by [@&#8203;leonsteinhaeuser](https://togithub.com/leonsteinhaeuser) in [leonsteinhaeuser/project-beta-automations#54

**Full Changelog**: leonsteinhaeuser/project-beta-automations@v2.0.0...v2.0.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

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

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODUuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE4NS4zIn0=-->
  • Loading branch information
cq-bot committed Oct 1, 2022
1 parent 8545632 commit 69c498a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue_to_project.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened') && github.event.issue.user.login != 'cq-bot'
steps:
- name: Move issue to ${{ env.todo }}
uses: leonsteinhaeuser/project-beta-automations@v2.0.0
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
with:
gh_token: ${{ secrets.GH_CQ_BOT }}
organization: cloudquery
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_test.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: 3.7

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.3.0
uses: helm/chart-testing-action@v2.3.1

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -32,6 +32,6 @@ jobs:
helm repo add grafana https://grafana.github.io/helm-charts
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.0
uses: helm/chart-releaser-action@v1.4.1
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 69c498a

Please sign in to comment.