From 5aeefb7f4fcc897f790e6f6a5004564bf83efe2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 19:50:15 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.19.1 to 1.19.2 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.19.1 to 1.19.2. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/1c89adf39833729d8f85a31ccbc451b078733c80...98d25d4189e9b6cee19b8635b1ea5cc39c158a41) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.19.2 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 839019c..2b9de83 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@1c89adf39833729d8f85a31ccbc451b078733c80 # v1.19.1 + uses: ncipollo/release-action@98d25d4189e9b6cee19b8635b1ea5cc39c158a41 # v1.19.2 with: tag: ${{ steps.tag_version.outputs.new_tag }} name: Release ${{ steps.tag_version.outputs.new_tag }}