Skip to content

Commit

Permalink
chore(deps): update softprops/action-gh-release action to v2 (#126)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[softprops/action-gh-release](https://togithub.com/softprops/action-gh-release)
| action | major | `v0.1.15` -> `v2.0.0` |

---

### Release Notes

<details>
<summary>softprops/action-gh-release
(softprops/action-gh-release)</summary>

###
[`v2.0.0`](https://togithub.com/softprops/action-gh-release/releases/tag/v2.0.0)

[Compare
Source](https://togithub.com/softprops/action-gh-release/compare/v0.1.15...v2.0.0)

-   update actions.yml declaration to node20 to address warnings

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Mar 8, 2024
1 parent cdecde3 commit e47bbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
scheme: semver
increment: ${{ env.VERSION_INCREMENT }}
- name: Create Release
uses: softprops/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v2.0.0
id: release
with:
name: Release ${{ steps.version.outputs.version }}
Expand Down

0 comments on commit e47bbf8

Please sign in to comment.