Skip to content

Commit

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

| Package | Type | Update | Change |
|---|---|---|---|
| [leonsteinhaeuser/project-beta-automations](https://togithub.com/leonsteinhaeuser/project-beta-automations) | action | minor | `v2.0.1` -> `v2.1.0` |
| [nosborn/github-action-markdown-cli](https://togithub.com/nosborn/github-action-markdown-cli) | action | minor | `v3.2.0` -> `v3.3.0` |

---

### Release Notes

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

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

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

#### What's Changed

-   Updating documentation for required permissions when using GH App auth by [@&#8203;mishagp](https://togithub.com/mishagp) in [leonsteinhaeuser/project-beta-automations#55
-   enhancement: added latest v2 to the bug issue version select by [@&#8203;jaclynjessup](https://togithub.com/jaclynjessup) in [leonsteinhaeuser/project-beta-automations#57
-   feat: move related issues by [@&#8203;leonsteinhaeuser](https://togithub.com/leonsteinhaeuser) in [leonsteinhaeuser/project-beta-automations#59

#### New Contributors

-   [@&#8203;mishagp](https://togithub.com/mishagp) made their first contribution in [leonsteinhaeuser/project-beta-automations#55
-   [@&#8203;jaclynjessup](https://togithub.com/jaclynjessup) made their first contribution in [leonsteinhaeuser/project-beta-automations#57

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

</details>

<details>
<summary>nosborn/github-action-markdown-cli (nosborn/github-action-markdown-cli)</summary>

### [`v3.3.0`](https://togithub.com/nosborn/github-action-markdown-cli/releases/tag/v3.3.0)

[Compare Source](https://togithub.com/nosborn/github-action-markdown-cli/compare/v3.2.0...v3.3.0)

#### What's Changed

-   Bump actions/setup-python from 4.2.0 to 4.3.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nosborn/github-action-markdown-cli#48
-   Bump actions/checkout from 3.0.2 to 3.1.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [nosborn/github-action-markdown-cli#46
-   chore: update copyright year by [@&#8203;nosborn](https://togithub.com/nosborn) in [nosborn/github-action-markdown-cli#58
-   chore: run "pre-commit autoupdate" by [@&#8203;nosborn](https://togithub.com/nosborn) in [nosborn/github-action-markdown-cli#57
-   chore: bump/pin actions by [@&#8203;nosborn](https://togithub.com/nosborn) in [nosborn/github-action-markdown-cli#56
-   Bump markdownlint-cli to 0.33.0 by [@&#8203;Aplietexe](https://togithub.com/Aplietexe) in [nosborn/github-action-markdown-cli#55

#### New Contributors

-   [@&#8203;Aplietexe](https://togithub.com/Aplietexe) made their first contribution in [nosborn/github-action-markdown-cli#55

**Full Changelog**: nosborn/github-action-markdown-cli@v3.2.0...v3.3.0

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

👻 **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, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjE1MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot committed Jul 1, 2023
1 parent 5108e5b commit 270e92c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue_to_project.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.event.issue.user.login != 'cq-bot'
steps:
- name: Add issue to Public Roadmap
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
with:
gh_token: ${{ secrets.GH_CQ_BOT }}
organization: cloudquery
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_markdown.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Git checkout
uses: actions/checkout@v3
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v3.2.0
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
files: .
config_file: .markdownlint.yaml
Expand Down

0 comments on commit 270e92c

Please sign in to comment.