From fe87087cda1824866af5088f751d0257166af8fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 06:05:57 +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.15.0 to 1.16.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.15.0...v1.16.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 78b9dc0..ac2c293 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.15.0 + uses: ncipollo/release-action@v1.16.0 with: allowUpdates: true draft: false