From 7ca96cf3cad2b1134cb96f966eb4e1308663bea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 13:02:50 +0000 Subject: [PATCH] chore(ci) bump ncipollo/release-action from 1.16.0 to 1.18.0 Bumps [ncipollo/release-action](https://github.com/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/440c8c1cb0ed28b9f43e4d1d670870f059653174...bcfe5470707e8832e12347755757cec0eb3c22af) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.18.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..c39bbe107 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@bcfe5470707e8832e12347755757cec0eb3c22af 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@bcfe5470707e8832e12347755757cec0eb3c22af 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@bcfe5470707e8832e12347755757cec0eb3c22af if: ${{ needs.setup.outputs.create_release == 'true' && needs.setup.outputs.release_channel == 'release' }} with: draft: true