From 0132a4ba3bab36a1a6a7648e6334f0e26ae8c869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 08:05:45 +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.16.0 to 1.18.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.16.0...v1.18.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.18.0 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 ac2c293..3c2b1ba 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.16.0 + uses: ncipollo/release-action@v1.18.0 with: allowUpdates: true draft: false