From ea48d6b38e3fce849260bdf9da0ab356d631c0e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 06:24:54 +0000 Subject: [PATCH] chore: bump ncipollo/release-action in the dependencies group Bumps the dependencies group with 1 update: [ncipollo/release-action](https://github.com/ncipollo/release-action). Updates `ncipollo/release-action` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f13ba7..78b9dc0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: - name: Create Release if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }} - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: allowUpdates: true draft: false