Skip to content

Commit 466d690

Browse files
authored
fix(deps): Update github-actions (#32)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | booxmedialtd/ws-action-parse-semver | action | digest | `966a265` -> `e4a833c` | | [leonsteinhaeuser/project-beta-automations](https://togithub.com/leonsteinhaeuser/project-beta-automations) | action | minor | `v1.2.1` -> `v1.3.0` | | tubone24/update_release | action | digest | `3361270` -> `53849a6` | --- ### Release Notes <details> <summary>leonsteinhaeuser/project-beta-automations</summary> ### [`v1.3.0`](https://togithub.com/leonsteinhaeuser/project-beta-automations/releases/tag/v1.3.0) [Compare Source](https://togithub.com/leonsteinhaeuser/project-beta-automations/compare/v1.2.1...v1.3.0) #### What's Changed - feature: install gh cli if not present by [@&#8203;leonsteinhaeuser](https://togithub.com/leonsteinhaeuser) in [https://github.com/leonsteinhaeuser/project-beta-automations/pull/39](https://togithub.com/leonsteinhaeuser/project-beta-automations/pull/39) - feature: implemented `@current` and `@next` iteration selection by [@&#8203;leonsteinhaeuser](https://togithub.com/leonsteinhaeuser) in [https://github.com/leonsteinhaeuser/project-beta-automations/pull/45](https://togithub.com/leonsteinhaeuser/project-beta-automations/pull/45) **Full Changelog**: leonsteinhaeuser/project-beta-automations@v1.2.1...v1.3.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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODAuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE4MC4wIn0=-->
1 parent 7e15a30 commit 466d690

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/issue_to_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened') && github.event.issue.user.login != 'cq-bot'
1717
steps:
1818
- name: Move issue to ${{ env.todo }}
19-
uses: leonsteinhaeuser/project-beta-automations@v1.2.1
19+
uses: leonsteinhaeuser/project-beta-automations@v1.3.0
2020
with:
2121
gh_token: ${{ secrets.GH_CQ_BOT }}
2222
organization: cloudquery

.github/workflows/release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
- name: Parse semver string
2121
if: steps.release.outputs.release_created
2222
id: semver_parser
23-
uses: booxmedialtd/ws-action-parse-semver@966a26512c94239a00aa10b1b0c196906f7e1909
23+
uses: booxmedialtd/ws-action-parse-semver@e4a833cf5d612066a210bd9b62d1c3b20be3b325
2424
with:
2525
input_string: ${{ steps.release.outputs.tag_name }}
2626
- name: Mark as pre-release
2727
if: steps.semver_parser.outputs.prerelease != ''
28-
uses: tubone24/update_release@33612700672996bcb8d2b6db23bdb04c8cbfca26
28+
uses: tubone24/update_release@53849a6d7757d3ee355a81c2de0ae45af13961bb
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
TAG_NAME: ${{ steps.release.outputs.tag_name }}

0 commit comments

Comments
 (0)