From 5b41d27f014490db5c4bd4f5da1b0182edf9f7fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:56:34 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.18.0 to 1.20.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.18.0 to 1.20.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.18.0...v1.20.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-release.yml | 2 +- .github/workflows/tagged-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 9cf839b..4cfd635 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - - uses: ncipollo/release-action@v1.18.0 + - uses: ncipollo/release-action@v1.20.0 with: allowUpdates: true prerelease: true diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index eebd720..95c1a09 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - - uses: ncipollo/release-action@v1.18.0 + - uses: ncipollo/release-action@v1.20.0 with: prerelease: false draft: false