From 2a9f44d20dce66fa474e47ba0c93eaa7fa9ad406 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 08:11:28 -0600 Subject: [PATCH] chore(deps): update githubactions to v4.1.3 (#471) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [googleapis/release-please-action](https://togithub.com/googleapis/release-please-action) | action | patch | `v4.1.1` -> `v4.1.3` | --- ### Release Notes
googleapis/release-please-action (googleapis/release-please-action) ### [`v4.1.3`](https://togithub.com/googleapis/release-please-action/releases/tag/v4.1.3) [Compare Source](https://togithub.com/googleapis/release-please-action/compare/v4.1.2...v4.1.3) ##### Bug Fixes - correct log output when creating releases ([#​933](https://togithub.com/googleapis/release-please-action/issues/933)) ([2725132](https://togithub.com/googleapis/release-please-action/commit/2725132cd346852cc752c1619637c864deda8440)) ### [`v4.1.2`](https://togithub.com/googleapis/release-please-action/releases/tag/v4.1.2) [Compare Source](https://togithub.com/googleapis/release-please-action/compare/v4.1.1...v4.1.2) ##### Bug Fixes - bump release-please from 16.10.2 to 16.12.0 ([#​1005](https://togithub.com/googleapis/release-please-action/issues/1005)) ([cb03961](https://togithub.com/googleapis/release-please-action/commit/cb039616703c3396df96b9a92e81bab1c17cbaa7))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/defenseunicorns/uds-core). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chance <139784371+UnicornChance@users.noreply.github.com> --- .github/workflows/tag-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index 24616fc4e..b2e99c970 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Create release tag id: tag - uses: googleapis/release-please-action@f3969c04a4ec81d7a9aa4010d84ae6a7602f86a7 # v4.1.1 + uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3 - id: release-flag run: echo "release_created=${{ steps.tag.outputs.release_created || false }}" >> $GITHUB_OUTPUT