From 4ba1c42b4824d00751589af31e99a594e829a429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 09:31:48 +0000 Subject: [PATCH] Bump bcomnes/npm-bump from 2 to 3 Bumps [bcomnes/npm-bump](https://github.com/bcomnes/npm-bump) from 2 to 3. - [Release notes](https://github.com/bcomnes/npm-bump/releases) - [Changelog](https://github.com/bcomnes/npm-bump/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcomnes/npm-bump/compare/v2...v3) --- updated-dependencies: - dependency-name: bcomnes/npm-bump dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... 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 5e776f2..1d94a55 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - run: npm test - run: git reset --hard && git clean -fd - name: npm version && npm test - uses: bcomnes/npm-bump@v2 + uses: bcomnes/npm-bump@v3 with: git_email: bcomnes@gmail.com git_username: ${{ github.actor }}