From d31b901b1cddc280c429318de2a255eaeaa38837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:56:20 +0000 Subject: [PATCH] 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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c815fe0..26f0203 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json' - name: Disable pre- and post-publish actions run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json' - - uses: JS-DevTools/npm-publish@v3 + - uses: JS-DevTools/npm-publish@v4 if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' with: token: ${{ secrets.NPM_TOKEN }} @@ -78,7 +78,7 @@ jobs: node-version: 20.x - name: Disable pre- and post-publish actions run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json' - - uses: JS-DevTools/npm-publish@v3 + - uses: JS-DevTools/npm-publish@v4 if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' with: token: ${{ secrets.NPM_TOKEN }}