From ac49848584f98ecdf8ebe62d936e9d26747096a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 00:29:12 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.19.0 to 1.19.1 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.19.0 to 1.19.1. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/b12185d71f4641bb1b1116dacae6b74e667f86e4...1c89adf39833729d8f85a31ccbc451b078733c80) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d056505..642e0ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -176,7 +176,7 @@ jobs: with: github_token: ${{ github.token }} - name: Create a GitHub release - uses: ncipollo/release-action@b12185d71f4641bb1b1116dacae6b74e667f86e4 # v1.19.0 + uses: ncipollo/release-action@1c89adf39833729d8f85a31ccbc451b078733c80 # v1.19.1 with: tag: ${{ steps.tag_version.outputs.new_tag }} name: Release ${{ steps.tag_version.outputs.new_tag }}