From 163cb3d823b2e8141506f8f96cbb7eb6d8b15037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 15:57:39 +0000 Subject: [PATCH] chore(deps): bump ncipollo/release-action from 1.15.0 to 1.16.0 (#5986) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3ad5aff..979d193f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -404,7 +404,7 @@ jobs: shell: bash - name: Create release - uses: ncipollo/release-action@v1.15.0 + uses: ncipollo/release-action@v1.16.0 with: replacesArtifacts: true allowUpdates: true