From 32b335744c34127302c31e7c5be21da5e022d10a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:15:08 +0000 Subject: [PATCH] chore(ci) bump ncipollo/release-action from 1.16.0 to 1.20.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.16.0 to 1.20.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/440c8c1cb0ed28b9f43e4d1d670870f059653174...b7eabc95ff50cbeeedec83973935c8f306dfcd0b) --- 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/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b306fc4b..f655632d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -453,7 +453,7 @@ jobs: tag: nightly # Channel: nightly - name: Nightly release - uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 + uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b if: ${{ needs.setup.outputs.create_release == 'true' && needs.setup.outputs.release_channel == 'nightly' }} with: prerelease: true @@ -467,7 +467,7 @@ jobs: *.tar.gz # Channel: prerelease - name: Prerelease - uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 + uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b if: ${{ needs.setup.outputs.create_release == 'true' && needs.setup.outputs.release_channel == 'prerelease' }} with: draft: true @@ -479,7 +479,7 @@ jobs: *.tar.gz # Channel: release - name: Release - uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 + uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b if: ${{ needs.setup.outputs.create_release == 'true' && needs.setup.outputs.release_channel == 'release' }} with: draft: true