From 137cd7a46b42ed9733d82993f1f8660cc25f519c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:28:39 -0500 Subject: [PATCH] chore(deps): bump ncipollo/release-action from 1.13.0 to 1.14.0 (#5160) --- .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 97e9a479b..fe9c61c6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -477,7 +477,7 @@ jobs: shell: bash - name: Create release - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: replacesArtifacts: true allowUpdates: true