From 6a411de739eb29fab0a6dd0cb26cd4bc06a76ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:50:26 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.18.0 to 1.19.2 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.18.0 to 1.19.2. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/bcfe5470707e8832e12347755757cec0eb3c22af...98d25d4189e9b6cee19b8635b1ea5cc39c158a41) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.19.2 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 cdcde57..5ce0d45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: GEM_HOST_API_KEY=${{ secrets.GITHUB_TOKEN }} gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} ${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem - name: release - uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # pin@v1.18.0 + uses: ncipollo/release-action@98d25d4189e9b6cee19b8635b1ea5cc39c158a41 # pin@v1.19.2 with: artifacts: "${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem" tag: "v${{ env.GEM_VERSION }}"