From 9f077f2c96cf5fcc59fccb530d22e41f0ca924ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:03:32 +0000 Subject: [PATCH] build(action): bump JS-DevTools/npm-publish from 3 to 4 Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 3 to 4. - [Release notes](https://github.com/js-devtools/npm-publish/releases) - [Changelog](https://github.com/JS-DevTools/npm-publish/blob/main/CHANGELOG.md) - [Commits](https://github.com/js-devtools/npm-publish/compare/v3...v4) --- updated-dependencies: - dependency-name: JS-DevTools/npm-publish dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/node-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-release.yml b/.github/workflows/node-release.yml index 99875a8..7361fca 100644 --- a/.github/workflows/node-release.yml +++ b/.github/workflows/node-release.yml @@ -92,7 +92,7 @@ jobs: npm install node -v - - uses: JS-DevTools/npm-publish@v3 + - uses: JS-DevTools/npm-publish@v4 with: token: ${{ secrets.NPM_TOKEN }} tag: ${{ inputs.npm_distribution }}