Skip to content

Commit 6835c75

Browse files
chore(deps): pin cardinalby/git-get-release-action action to 1.2.5 (#1998)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cardinalby/git-get-release-action](https://redirect.github.com/cardinalby/git-get-release-action) | action | pin | `v1` → `1.2.5` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/unraid/api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb60d4d commit 6835c75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
target: "./"
2222
version: ${{ inputs.version && format('tags/{0}', inputs.version) || 'latest' }}
2323

24-
- uses: cardinalby/git-get-release-action@v1
24+
- uses: cardinalby/git-get-release-action@1.2.5
2525
id: release-info
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)