From 3f928405ded6138831606b91868bbb8ba7821f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 04:32:43 +0000 Subject: [PATCH] chore(deps): bump JS-DevTools/npm-publish in the actions group Bumps the actions group with 1 update: [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish). Updates `JS-DevTools/npm-publish` from 3.1.1 to 4.1.5 - [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/19c28f1ef146469e409470805ea4279d47c3d35c...0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f) --- updated-dependencies: - dependency-name: JS-DevTools/npm-publish dependency-version: 4.1.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 40ac3a7..f21b53f 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -95,7 +95,7 @@ jobs: fi - name: Publish package - uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3 + uses: JS-DevTools/npm-publish@0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f # v4.1.5 with: token: ${{ secrets.NPM_TOKEN }} tag: ${{ steps.prep.outputs.RELEASE_TYPE }}