Skip to content

Commit 4aa18e6

Browse files
chore(deps): bump ncipollo/release-action from 1.12.0 to 1.14.0 (#1821)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CasLubbers <[email protected]>
1 parent 82e3716 commit 4aa18e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
#Cut the CHANGELOG.md file up to the first occurence of the "### \[[0-9]*" (meaning three #, a space,a square bracket and any number after it)
106106
sed -n '/### \[[0-9]*/q;p' CHANGELOG.md > NEW_CHANGELOG.md
107107
- name: Create GitHub release
108-
uses: ncipollo/release-action@v1.12.0
108+
uses: ncipollo/release-action@v1.14.0
109109
env:
110110
token: ${{ secrets.GITHUB_TOKEN }}
111111
with:

0 commit comments

Comments
 (0)