From 708401ceb607cb7b6ac9d09a083a34ac3c83e9f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:32:20 +0000 Subject: [PATCH] build(deps): bump ncipollo/release-action from 1.18.0 to 1.19.1 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.18.0 to 1.19.1. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/bcfe5470707e8832e12347755757cec0eb3c22af...1c89adf39833729d8f85a31ccbc451b078733c80) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8287a9e..cb55a57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: }) - if: ${{ steps.versioning.outputs.changed == 'true'}} name: Release artifacts - uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af #v1.18.0 + uses: ncipollo/release-action@1c89adf39833729d8f85a31ccbc451b078733c80 #v1.19.1 with: artifacts: "dist/*.tar.gz,dist/*.zip" tag: ${{ steps.versioning.outputs.version_tag }}