From dd1ade768f45bfd88b989955b7c6bc02cf3859a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:15:48 +0000 Subject: [PATCH] Bump JS-DevTools/npm-publish from 1 to 3 Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 1 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/v1...v3) --- updated-dependencies: - dependency-name: JS-DevTools/npm-publish dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/npm-components.yaml | 4 ++-- .github/workflows/npm-nodeUtils.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npm-components.yaml b/.github/workflows/npm-components.yaml index 2d2a88a715..443dd7a5e8 100644 --- a/.github/workflows/npm-components.yaml +++ b/.github/workflows/npm-components.yaml @@ -23,7 +23,7 @@ jobs: uses: bahmutov/npm-install@v1 with: working-directory: ${{ env.workingDirectory }} - - uses: JS-DevTools/npm-publish@v1 + - uses: JS-DevTools/npm-publish@v3 if: github.event_name != 'workflow_dispatch' && env.NPM_CERPUS_SECRET != '' env: NPM_CERPUS_SECRET: ${{ secrets.NPM_CERPUS_SECRET }} @@ -36,7 +36,7 @@ jobs: if: github.event_name == 'workflow_dispatch' run: cd ${{ env.workingDirectory }}; npm version 0.0.0-${{ github.sha }}; - - uses: JS-DevTools/npm-publish@v1 + - uses: JS-DevTools/npm-publish@v3 if: github.event_name == 'workflow_dispatch' with: package: sourcecode/npm/components/package.json diff --git a/.github/workflows/npm-nodeUtils.yaml b/.github/workflows/npm-nodeUtils.yaml index e618a5ad5a..4846c1019f 100644 --- a/.github/workflows/npm-nodeUtils.yaml +++ b/.github/workflows/npm-nodeUtils.yaml @@ -29,7 +29,7 @@ jobs: - name: "Run tests" run: yarn test - - uses: JS-DevTools/npm-publish@v1 + - uses: JS-DevTools/npm-publish@v3 if: github.event_name != 'workflow_dispatch' && env.NPM_CERPUS_SECRET != '' env: NPM_CERPUS_SECRET: ${{ secrets.NPM_CERPUS_SECRET }} @@ -42,7 +42,7 @@ jobs: if: github.event_name == 'workflow_dispatch' run: npm version 0.0.0-${{ github.sha }} - - uses: JS-DevTools/npm-publish@v1 + - uses: JS-DevTools/npm-publish@v3 if: github.event_name == 'workflow_dispatch' with: package: sourcecode/npm/nodeUtils/package.json