From 466d69016d0b871aa53379a5b7ed1c0ff1519e4b Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 Sep 2022 10:10:32 +0300 Subject: [PATCH] fix(deps): Update github-actions (#32) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
leonsteinhaeuser/project-beta-automations ### [`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 [@​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 [@​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**: https://github.com/leonsteinhaeuser/project-beta-automations/compare/v1.2.1...v1.3.0
--- ### 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. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/issue_to_project.yml | 2 +- .github/workflows/release-pr.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/issue_to_project.yml b/.github/workflows/issue_to_project.yml index 3fc76f85bc..4b1837c320 100644 --- a/.github/workflows/issue_to_project.yml +++ b/.github/workflows/issue_to_project.yml @@ -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@v1.2.1 + uses: leonsteinhaeuser/project-beta-automations@v1.3.0 with: gh_token: ${{ secrets.GH_CQ_BOT }} organization: cloudquery diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 3a6a512d6c..10e6589445 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -20,12 +20,12 @@ jobs: - name: Parse semver string if: steps.release.outputs.release_created id: semver_parser - uses: booxmedialtd/ws-action-parse-semver@966a26512c94239a00aa10b1b0c196906f7e1909 + uses: booxmedialtd/ws-action-parse-semver@e4a833cf5d612066a210bd9b62d1c3b20be3b325 with: input_string: ${{ steps.release.outputs.tag_name }} - name: Mark as pre-release if: steps.semver_parser.outputs.prerelease != '' - uses: tubone24/update_release@33612700672996bcb8d2b6db23bdb04c8cbfca26 + uses: tubone24/update_release@53849a6d7757d3ee355a81c2de0ae45af13961bb env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAG_NAME: ${{ steps.release.outputs.tag_name }}