Skip to content

Commit

Permalink
chore(deps): Update github-actions (#214)
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 | patch | `v2.0.0` -> `v2.0.1` |
| [nosborn/github-action-markdown-cli](https://togithub.com/nosborn/github-action-markdown-cli) | action | minor | `v3.0.1` -> `v3.2.0` |
| tubone24/update_release | action | digest | `d6c9168` -> `9961190` |

---

### Release Notes

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

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

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

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

-   Exposes `--dot` option
-   Bumps `markdownlint-cli` to `0.32.2`

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

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

#### What's Changed

-   Bump markdownlint-cli dependency version by [@&#8203;daconstenla](https://togithub.com/daconstenla) in [nosborn/github-action-markdown-cli#38

#### New Contributors

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

**Full Changelog**: nosborn/github-action-markdown-cli@v3.0.1...v3.1.0

</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 3, 2022
1 parent 2e3dae3 commit 424a068
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_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.0.1
uses: nosborn/github-action-markdown-cli@v3.2.0
with:
files: .
config_file: .markdownlint.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
input_string: ${{ steps.release.outputs.tag_name }}
- name: Mark as pre-release
if: steps.semver_parser.outputs.prerelease != ''
uses: tubone24/update_release@d6c9168d766bf3bfecb3e7a9874cf55600a19270
uses: tubone24/update_release@996119083ad193891612d3338bed4fa844a11378
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG_NAME: ${{ steps.release.outputs.tag_name }}
Expand Down

0 comments on commit 424a068

Please sign in to comment.