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