From ce21c36ec426b84f49eca2860ed67f64a7551f7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:27:47 +0000 Subject: [PATCH] chore(deps): 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/vdeploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vdeploy.yml b/.github/workflows/vdeploy.yml index d435d50..a21765c 100644 --- a/.github/workflows/vdeploy.yml +++ b/.github/workflows/vdeploy.yml @@ -14,7 +14,7 @@ jobs: run: ./.github/scripts/incr-version.sh ${{ github.ref_name }} - name: Publising to NPM - uses: JS-DevTools/npm-publish@v3 + uses: JS-DevTools/npm-publish@v4 with: registry: https://registry.npmjs.org/ token: ${{ secrets.NPM_TOKEN }} @@ -28,7 +28,7 @@ jobs: run: ./.github/scripts/incr-version.sh ${{ github.ref_name }} - name: Publising to GPR - uses: JS-DevTools/npm-publish@v3 + uses: JS-DevTools/npm-publish@v4 with: registry: https://npm.pkg.github.com/ token: ${{ secrets.GITHUB_TOKEN }}