From 1adee3a43fee6f6947f4f4660eca90478a05f822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 22:47:45 -0400 Subject: [PATCH] Bump JS-DevTools/npm-publish from 2 to 3 (#3900) Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: JS-DevTools/npm-publish dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d8dd79f73..f989cb3ba6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: - name: Publish highlight.js to NPM id: publish - uses: JS-DevTools/npm-publish@v2 + uses: JS-DevTools/npm-publish@v3 with: check-version: true token: ${{ secrets.NPM_TOKEN }} @@ -112,7 +112,7 @@ jobs: - name: Publish cdn-assets to NPM id: publish_cdn - uses: JS-DevTools/npm-publish@v2 + uses: JS-DevTools/npm-publish@v3 with: check-version: true token: ${{ secrets.NPM_TOKEN }}